summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Render.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 14:43:41 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-17 14:43:41 +0100
commitfb381ddfd3a359ae85cd3fa0e8a0ad6ba3676631 (patch)
tree1968e3a35e844c783c7be305c9f56244a876ec64 /src/Text/Hakyll/Render.hs
parentaa44d6c0da442887155a47c77f03209224517af0 (diff)
downloadhakyll-fb381ddfd3a359ae85cd3fa0e8a0ad6ba3676631.tar.gz
Changed to tibbe's style guide for imports.
Diffstat (limited to 'src/Text/Hakyll/Render.hs')
-rw-r--r--src/Text/Hakyll/Render.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Text/Hakyll/Render.hs b/src/Text/Hakyll/Render.hs
index 47ce287..144c357 100644
--- a/src/Text/Hakyll/Render.hs
+++ b/src/Text/Hakyll/Render.hs
@@ -12,7 +12,6 @@ module Text.Hakyll.Render
import Control.Monad (unless)
import Control.Monad.Reader (liftIO)
-
import System.Directory (copyFile)
import Text.Hakyll.Hakyll (Hakyll)
@@ -21,7 +20,6 @@ import Text.Hakyll.Page
import Text.Hakyll.Renderable
import Text.Hakyll.File
import Text.Hakyll.CompressCSS
-
import Text.Hakyll.Render.Internal
-- | Execute an IO action only when the cache is invalid.