aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/generate.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-05-03 16:33:02 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-05-03 16:34:22 +0200
commit799a2ff1e08dca4ee50b5c28927b998603ed9867 (patch)
treec0ba5631d610ea9a73a44d4b2a47fbcf6c3a8f39 /module/vcomponent/recurrence/generate.scm
parentChange function for creating hashtables. (diff)
downloadcalp-799a2ff1e08dca4ee50b5c28927b998603ed9867.tar.gz
calp-799a2ff1e08dca4ee50b5c28927b998603ed9867.tar.xz
Create module (vcomponent base).
Diffstat (limited to 'module/vcomponent/recurrence/generate.scm')
-rw-r--r--module/vcomponent/recurrence/generate.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/recurrence/generate.scm b/module/vcomponent/recurrence/generate.scm
index 9b611ecd..435d3009 100644
--- a/module/vcomponent/recurrence/generate.scm
+++ b/module/vcomponent/recurrence/generate.scm
@@ -7,7 +7,7 @@
#:use-module (ice-9 match)
#:use-module (util)
- #:use-module (vcomponent)
+ #:use-module (vcomponent base)
#:use-module (vcomponent timezone)
#:use-module (vcomponent recurrence internal)
#:use-module (vcomponent recurrence parse)