summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2011-10-05 11:58:21 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2011-10-05 11:58:32 +0200
commitfb36aa18035c3ff9df93c3ccbe8bf56c4d10b552 (patch)
tree19cefeb1ca26de8d18be9016c87f2409b1ff9361
parent6f1910e943a5255d22593a95972fcfb68152490c (diff)
downloadhakyll-fb36aa18035c3ff9df93c3ccbe8bf56c4d10b552.tar.gz
Update to hamlet 0.10.3
-rw-r--r--hakyll.cabal40
-rw-r--r--src/Hakyll/Web/Template/Read/Hamlet.hs2
2 files changed, 21 insertions, 21 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 5e93dde..d7e8c03 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -59,26 +59,26 @@ Library
Hs-Source-Dirs: src
Build-Depends:
- base >= 4 && < 5,
- binary >= 0.5 && < 1.0,
- blaze-html >= 0.4 && < 0.6,
- bytestring >= 0.9 && < 1.0,
- containers >= 0.3 && < 1.0,
- cryptohash >= 0.7 && < 0.8,
- directory >= 1.0 && < 1.3,
- filepath >= 1.0 && < 2.0,
- hamlet >= 0.7 && < 0.9,
- mtl >= 1 && < 3.0,
- old-locale >= 1.0 && < 2.0,
- old-time >= 1.0 && < 1.3,
- pandoc >= 1.6 && < 2.0,
- parsec >= 2.1 && < 3.2,
- process >= 1.0 && < 1.4,
- regex-base >= 0.93 && < 1.0,
- regex-pcre >= 0.93 && < 1.0,
- tagsoup >= 0.12 && < 0.13,
- time >= 1.1 && < 1.3,
- unix >= 2.4 && < 2.6
+ base >= 4 && < 5,
+ binary >= 0.5 && < 1.0,
+ blaze-html >= 0.4 && < 0.6,
+ bytestring >= 0.9 && < 1.0,
+ containers >= 0.3 && < 1.0,
+ cryptohash >= 0.7 && < 0.8,
+ directory >= 1.0 && < 1.3,
+ filepath >= 1.0 && < 2.0,
+ hamlet >= 0.10.3 && < 0.11,
+ mtl >= 1 && < 3.0,
+ old-locale >= 1.0 && < 2.0,
+ old-time >= 1.0 && < 1.3,
+ pandoc >= 1.6 && < 2.0,
+ parsec >= 2.1 && < 3.2,
+ process >= 1.0 && < 1.4,
+ regex-base >= 0.93 && < 1.0,
+ regex-pcre >= 0.93 && < 1.0,
+ tagsoup >= 0.12 && < 0.13,
+ time >= 1.1 && < 1.3,
+ unix >= 2.4 && < 2.6
Exposed-Modules:
Hakyll
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