hakyll 3.2.0.8 → 3.2.0.9
raw patch · 2 files changed
+22/−22 lines, 2 filesdep ~hamlet
Dependency ranges changed: hamlet
Files
- hakyll.cabal +21/−21
- src/Hakyll/Web/Template/Read/Hamlet.hs +1/−1
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 3.2.0.8+Version: 3.2.0.9 Synopsis: A static website compiler library Description:@@ -59,26 +59,26 @@ 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
src/Hakyll/Web/Template/Read/Hamlet.hs view
@@ -6,7 +6,7 @@ , readHamletTemplateWith ) where -import Text.Hamlet (HamletSettings (..), defaultHamletSettings)+import Text.Hamlet (HamletSettings, defaultHamletSettings) import Text.Hamlet.RT import Hakyll.Web.Template.Internal