diff options
Diffstat (limited to 'src/Text/Hakyll/Render.hs')
-rw-r--r-- | src/Text/Hakyll/Render.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Hakyll/Render.hs b/src/Text/Hakyll/Render.hs index 64fc0ab..98d1a3c 100644 --- a/src/Text/Hakyll/Render.hs +++ b/src/Text/Hakyll/Render.hs @@ -18,12 +18,12 @@ import System.Directory (copyFile) 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.Internal.Template (readTemplate) import Text.Hakyll.Internal.CompressCss +import Text.Hakyll.Internal.Page import Text.Hakyll.Internal.Render +import Text.Hakyll.Internal.Template (readTemplate) -- | Execute an IO action only when the cache is invalid. depends :: FilePath -- ^ File to be rendered or created. |