hamlet 1.1.6.2 → 1.1.6.3
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~blaze-htmldep ~blaze-markup
Dependency ranges changed: blaze-html, blaze-markup
Files
- hamlet.cabal +5/−5
hamlet.cabal view
@@ -1,5 +1,5 @@ name: hamlet-version: 1.1.6.2+version: 1.1.6.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -51,8 +51,8 @@ , containers >= 0.2 , blaze-builder >= 0.2 && < 0.4 , process >= 1.0- , blaze-html >= 0.5 && < 0.6- , blaze-markup >= 0.5.1 && < 0.6+ , blaze-html >= 0.5+ , blaze-markup >= 0.5.1 exposed-modules: Text.Hamlet Text.Hamlet.RT@@ -74,8 +74,8 @@ , text >= 0.7 && < 1 , HUnit , hspec >= 1.3- , blaze-html >= 0.5 && < 0.6- , blaze-markup >= 0.5.1 && < 0.6+ , blaze-html+ , blaze-markup source-repository head