packages feed

blaze-markup 0.7.0.0 → 0.7.0.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+* 0.7.0.1+    * Bump `QuickCheck` dependency to allow 2.8+ - 0.7.0.0     * Depend on blaze-builder 0.4 
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name:         blaze-markup-Version:      0.7.0.0+Version:      0.7.0.1 Homepage:     http://jaspervdj.be/blaze Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues License:      BSD3@@ -51,7 +51,7 @@    Build-depends:     HUnit                      >= 1.2 && < 1.3,-    QuickCheck                 >= 2.4 && < 2.8,+    QuickCheck                 >= 2.4 && < 2.9,     containers                 >= 0.3 && < 0.6,     test-framework             >= 0.4 && < 0.9,     test-framework-hunit       >= 0.3 && < 0.4,