aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence.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.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.scm')
-rw-r--r--module/vcomponent/recurrence.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/recurrence.scm b/module/vcomponent/recurrence.scm
index d1113477..f941e7a8 100644
--- a/module/vcomponent/recurrence.scm
+++ b/module/vcomponent/recurrence.scm
@@ -1,5 +1,5 @@
(define-module (vcomponent recurrence)
- #:use-module (vcomponent)
+ #:use-module (vcomponent base)
#:use-module (vcomponent recurrence generate)
#:re-export (generate-recurrence-set)
#:export (repeating?))