diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-06 08:59:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-06 08:59:44 -0400 |
commit | 35f23fb4f883ccc6f47584f7f74e9f88d15aeac5 (patch) | |
tree | 327bd4fe6202e2e05bfa73e833e8e905682d38ed | |
parent | 9b3f82e5faa3e64f508ee3066fbbedaf6a46f393 (diff) |
example: Remove unnecessary module import.
-rw-r--r-- | example/haunt.scm | 3 |
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" |