From b157c326fa2139529eee14781f39c9d3ab65668a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 18:06:18 +0200 Subject: Start moving stuff out from output. --- module/vcomponent/parse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent/parse.scm') diff --git a/module/vcomponent/parse.scm b/module/vcomponent/parse.scm index 56e62dad..67d66b02 100644 --- a/module/vcomponent/parse.scm +++ b/module/vcomponent/parse.scm @@ -16,7 +16,7 @@ :use-module (util exceptions) :use-module (vcomponent base) - :use-module (vcomponent parse ical) + :use-module (vcomponent ical parse) :re-export (parse-calendar) ) -- cgit v1.2.3