summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web/Blaze.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Web/Blaze.hs')
-rw-r--r--src/Hakyll/Web/Blaze.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Blaze.hs b/src/Hakyll/Web/Blaze.hs
index f79f036..8a22585 100644
--- a/src/Hakyll/Web/Blaze.hs
+++ b/src/Hakyll/Web/Blaze.hs
@@ -7,7 +7,8 @@ module Hakyll.Web.Blaze
, getBodyHtml'
) where
-import Text.Blaze (Html, toHtml, preEscapedString)
+import Text.Blaze.Html (Html, toHtml)
+import Text.Blaze.Internal (preEscapedString)
import Hakyll.Web.Page
import Hakyll.Web.Page.Metadata