blaze-html 0.8.1.2 → 0.8.1.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~HUnitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- blaze-html.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.8.1.3+ * Bump HUnit dependency to 1.5+ - 0.8.1.2 * Bump QuickCheck dependency to 2.9
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.8.1.2+Version: 0.8.1.3 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -69,7 +69,7 @@ Util.Tests Build-depends:- HUnit >= 1.2 && < 1.4,+ HUnit >= 1.2 && < 1.6, QuickCheck >= 2.4 && < 2.10, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9,