summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-06 08:59:44 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-06 08:59:44 -0400
commit35f23fb4f883ccc6f47584f7f74e9f88d15aeac5 (patch)
tree327bd4fe6202e2e05bfa73e833e8e905682d38ed /example
parent9b3f82e5faa3e64f508ee3066fbbedaf6a46f393 (diff)
example: Remove unnecessary module import.
Diffstat (limited to 'example')
-rw-r--r--example/haunt.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/haunt.scm b/example/haunt.scm
index 35c7ae2..b292c9c 100644
--- a/example/haunt.scm
+++ b/example/haunt.scm
@@ -3,8 +3,7 @@
(haunt asset)
(haunt builder blog)
(haunt builder atom)
- (haunt builder assets)
- (srfi srfi-19))
+ (haunt builder assets))
(site #:title "Built with Guile"
#:domain "example.com"