aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 23:28:26 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 23:28:26 +0100
commit8e1563cfaddda18d862d5385485763a6d203e13e (patch)
treeaa3bdbedafd2d11243e39a141548574c399c15c9
parentAdd comment on NAME attr. (diff)
downloadcalp-8e1563cfaddda18d862d5385485763a6d203e13e.tar.gz
calp-8e1563cfaddda18d862d5385485763a6d203e13e.tar.xz
Add explicit import of (ice-9 format) to vcal output.
-rw-r--r--module/vcalendar/output.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/vcalendar/output.scm b/module/vcalendar/output.scm
index e4635beb..5baa293a 100644
--- a/module/vcalendar/output.scm
+++ b/module/vcalendar/output.scm
@@ -4,6 +4,7 @@
#:use-module (util)
#:use-module (srfi srfi-19 util)
#:use-module (srfi srfi-26)
+ #:use-module (ice-9 format)
#:export (print-vcomponent
serialize-vcomponent
color-if