summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Render.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-24 16:40:09 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-01-24 16:40:09 +0100
commit42bacee41a68e9e1eaddcec0702ead71a0a1b3e6 (patch)
treea0f1d56fff7d7dd741f022c5c3faeb15d219e65a /src/Text/Hakyll/Render.hs
parentaef33d18da6d707579c0dd14b29a1559fc10048e (diff)
downloadhakyll-42bacee41a68e9e1eaddcec0702ead71a0a1b3e6.tar.gz
Module cleanup.
Diffstat (limited to 'src/Text/Hakyll/Render.hs')
-rw-r--r--src/Text/Hakyll/Render.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Text/Hakyll/Render.hs b/src/Text/Hakyll/Render.hs
index 9484859..3329994 100644
--- a/src/Text/Hakyll/Render.hs
+++ b/src/Text/Hakyll/Render.hs
@@ -16,14 +16,14 @@ import Control.Monad (unless)
import Control.Monad.Reader (liftIO)
import System.Directory (copyFile)
-import Text.Hakyll.Template (readTemplate)
import Text.Hakyll.Hakyll (Hakyll)
import Text.Hakyll.Context (ContextManipulation)
import Text.Hakyll.Page
import Text.Hakyll.Renderable
import Text.Hakyll.File
-import Text.Hakyll.CompressCSS
-import Text.Hakyll.Render.Internal
+import Text.Hakyll.Internal.Template (readTemplate)
+import Text.Hakyll.Internal.CompressCSS
+import Text.Hakyll.Internal.Render
-- | Execute an IO action only when the cache is invalid.
depends :: FilePath -- ^ File to be rendered or created.