aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/recurrence/parse.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-04-25 11:39:38 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-04-25 11:39:49 +0200
commit2d78e18454545801fbf3ac02c1d32ea68ef65de2 (patch)
tree96cd2d971f0369b4af2eef0c5dab475624b7c30f /module/vcomponent/recurrence/parse.scm
parentRemove take-drop-while, span already in SRFI-1. (diff)
downloadcalp-2d78e18454545801fbf3ac02c1d32ea68ef65de2.tar.gz
calp-2d78e18454545801fbf3ac02c1d32ea68ef65de2.tar.xz
Clean up util and move exceptions.
Diffstat (limited to '')
-rw-r--r--module/vcomponent/recurrence/parse.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/recurrence/parse.scm b/module/vcomponent/recurrence/parse.scm
index 0b62d134..15e03f9c 100644
--- a/module/vcomponent/recurrence/parse.scm
+++ b/module/vcomponent/recurrence/parse.scm
@@ -7,7 +7,7 @@
#:duplicates (last) ; Replace @var{count}
#:use-module (vcomponent recurrence internal)
#:use-module (util)
- #:use-module (exceptions)
+ #:use-module (util exceptions)
#:use-module (ice-9 curried-definitions)
#:export (parse-recurrence-rule))