aboutsummaryrefslogtreecommitdiff
path: root/vcalendar.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vcalendar.scm')
-rw-r--r--vcalendar.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar.scm b/vcalendar.scm
index 1145b16e..3f7ba6ba 100644
--- a/vcalendar.scm
+++ b/vcalendar.scm
@@ -1,9 +1,11 @@
(define-module (vcalendar)
#:use-module (vcalendar primitive)
#:use-module (vcalendar datetime)
+ #:use-module (vcalendar recur)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
- #:use-module (util))
+ #:use-module (util)
+ #:re-export (repeating?))
(define (parse-dates! cal)
"Parse all start times into scheme date objects."