summaryrefslogtreecommitdiff
path: root/src/Hakyll/Web
diff options
context:
space:
mode:
Diffstat (limited to 'src/Hakyll/Web')
-rw-r--r--src/Hakyll/Web/Template/Read/Hamlet.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hakyll/Web/Template/Read/Hamlet.hs b/src/Hakyll/Web/Template/Read/Hamlet.hs
index 7b496de..a08cb1d 100644
--- a/src/Hakyll/Web/Template/Read/Hamlet.hs
+++ b/src/Hakyll/Web/Template/Read/Hamlet.hs
@@ -6,7 +6,7 @@ module Hakyll.Web.Template.Read.Hamlet
, readHamletTemplateWith
) where
-import Text.Hamlet (HamletSettings (..), defaultHamletSettings)
+import Text.Hamlet (HamletSettings, defaultHamletSettings)
import Text.Hamlet.RT
import Hakyll.Web.Template.Internal