From fb36aa18035c3ff9df93c3ccbe8bf56c4d10b552 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 5 Oct 2011 11:58:21 +0200 Subject: [PATCH] Update to hamlet 0.10.3 --- hakyll.cabal | 40 +++++++++++++------------- src/Hakyll/Web/Template/Read/Hamlet.hs | 2 +- 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