From 35f23fb4f883ccc6f47584f7f74e9f88d15aeac5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 6 Aug 2015 08:59:44 -0400 Subject: example: Remove unnecessary module import. --- example/haunt.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'example/haunt.scm') 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" -- cgit v1.2.3