aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/ical/output.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:09:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-17 18:09:46 +0200
commit051edf0de9f1dd39269b6ecdf1c5e534023dd8e4 (patch)
tree6a93dc2a7bc3f30d95c567b3f2ff299eef4b5392 /module/vcomponent/ical/output.scm
parentStart moving stuff out from output. (diff)
downloadcalp-051edf0de9f1dd39269b6ecdf1c5e534023dd8e4.tar.gz
calp-051edf0de9f1dd39269b6ecdf1c5e534023dd8e4.tar.xz
Got type files out of output.
Diffstat (limited to 'module/vcomponent/ical/output.scm')
-rw-r--r--module/vcomponent/ical/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/ical/output.scm b/module/vcomponent/ical/output.scm
index 530203e6..eead035b 100644
--- a/module/vcomponent/ical/output.scm
+++ b/module/vcomponent/ical/output.scm
@@ -13,7 +13,7 @@
:use-module (glob)
:use-module (vcomponent recurrence)
:use-module (vcomponent geo)
- :use-module (output types)
+ :use-module (vcomponent ical types)
:use-module (output common)
:autoload (vcomponent instance) (global-event-object)
:use-module ((datetime instance) :select (zoneinfo))