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

@ -67,7 +67,7 @@ Library
cryptohash >= 0.7 && < 0.8,
directory >= 1.0 && < 1.3,
filepath >= 1.0 && < 2.0,
hamlet >= 0.7 && < 0.9,
hamlet >= 0.10.3 && < 0.11,
mtl >= 1 && < 3.0,
old-locale >= 1.0 && < 2.0,
old-time >= 1.0 && < 1.3,

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