summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/Render.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2009-12-17 20:08:42 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2009-12-17 20:08:42 +0100
commit221c029dad1cef555b0540b152ec167e90937b16 (patch)
tree463c604c2f9f223616246383517500c6ae0c7214 /src/Text/Hakyll/Render.hs
parent6bbf514c77205b04c0b9ee38a0f6298e3e52e85a (diff)
downloadhakyll-221c029dad1cef555b0540b152ec167e90937b16.tar.gz
Splitted Text.Hakyll.Util into Text.Hakyll.File and Text.Hakyll.Util.
Diffstat (limited to 'src/Text/Hakyll/Render.hs')
-rw-r--r--src/Text/Hakyll/Render.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll/Render.hs b/src/Text/Hakyll/Render.hs
index a94ac2d..87467f7 100644
--- a/src/Text/Hakyll/Render.hs
+++ b/src/Text/Hakyll/Render.hs
@@ -17,7 +17,7 @@ import System.IO
import Text.Hakyll.Page
import Text.Hakyll.Renderable
-import Text.Hakyll.Util
+import Text.Hakyll.File
-- | Execute an IO action only when the cache is invalid.
depends :: FilePath -- ^ File to be rendered or created.