hamlet 1.0.1.2 → 1.0.1.3
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- hamlet.cabal +3/−3
- test.hs +1/−1
hamlet.cabal view
@@ -1,5 +1,5 @@ name: hamlet-version: 1.0.1.2+version: 1.0.1.3 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -41,7 +41,7 @@ flag blaze_html_0_5 description: Use blaze-html 0.5 and blaze-markup 0.5- default: False+ default: True library build-depends: base >= 4 && < 5@@ -82,7 +82,7 @@ , containers >= 0.2 && < 0.5 , text >= 0.7 && < 1 , HUnit- , hspec >= 0.8 && < 0.10+ , hspec >= 1.0 && < 1.2 , blaze-html >= 0.5 && < 0.6 , blaze-markup >= 0.5.1 && < 0.6
test.hs view
@@ -2,4 +2,4 @@ import Test.Hspec main :: IO ()-main = hspecX $ descriptions [specs]+main = hspecX [specs]