Update to hamlet 0.10.3

This commit is contained in:
Jasper Van der Jeugt 2011-10-05 11:58:21 +02:00
parent 6f1910e943
commit fb36aa1803
2 changed files with 21 additions and 21 deletions

View file

@ -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

View file

@ -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