summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Render.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 09:57:32 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 09:57:32 +0100
commit6bacab4f22213df62d6162296a209173701171b8 (patch)
tree1ac75be0ceae70ccdb52dbfe5ab916e6f0631dc5 /src/Text/Hakyll/Render.hs
parentd6c2cec610d37e89011ea9aa295fb33d47929eab (diff)
downloadhakyll-6bacab4f22213df62d6162296a209173701171b8.tar.gz
Fixed warnings when compiling with the new GHC 6.12.1.
Diffstat (limited to 'src/Text/Hakyll/Render.hs')
-rw-r--r--src/Text/Hakyll/Render.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Text/Hakyll/Render.hs b/src/Text/Hakyll/Render.hs
index 870c953..c529d04 100644
--- a/src/Text/Hakyll/Render.hs
+++ b/src/Text/Hakyll/Render.hs
@@ -10,11 +10,10 @@ module Text.Hakyll.Render
, css
) where
-import Control.Monad (unless, mapM)
+import Control.Monad (unless)
import Control.Monad.Reader (liftIO)
import System.Directory (copyFile)
-import System.IO
import Text.Hakyll.Hakyll (Hakyll)
import Text.Hakyll.Context (ContextManipulation)