summaryrefslogtreecommitdiff
path: root/src/Text/Hakyll/CreateContext.hs
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2010-10-04 01:27:03 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2010-10-04 01:27:03 +0200
commitc73c09270d7605940c1064aef50675c0cff912c8 (patch)
tree1d30f29f4fad57bddb0a8eb40650f78b633ed078 /src/Text/Hakyll/CreateContext.hs
parent08c4d74a2fe9c667e725f2ebb41bc01006a703a1 (diff)
downloadhakyll-c73c09270d7605940c1064aef50675c0cff912c8.tar.gz
Clean up modules a bit
Diffstat (limited to 'src/Text/Hakyll/CreateContext.hs')
-rw-r--r--src/Text/Hakyll/CreateContext.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Hakyll/CreateContext.hs b/src/Text/Hakyll/CreateContext.hs
index d9499ea..a9c3a95 100644
--- a/src/Text/Hakyll/CreateContext.hs
+++ b/src/Text/Hakyll/CreateContext.hs
@@ -18,7 +18,7 @@ import Control.Arrow ((>>>))
import Text.Hakyll.Context
import Text.Hakyll.HakyllAction
import Text.Hakyll.Render
-import Text.Hakyll.Internal.Page
+import Text.Hakyll.Page
import Text.Hakyll.Pandoc
import Text.Hakyll.Internal.Cache