blaze-markup 0.7.1.0 → 0.7.1.1
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-markup.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.7.1.1+ * Bump `HUnit` dependency to allow 1.5+ - 0.7.1.0 * Relax `QuickCheck` dependency to allow 2.9 * Add text builder instances
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name: blaze-markup-Version: 0.7.1.0+Version: 0.7.1.1 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3@@ -50,7 +50,7 @@ Text.Blaze.Tests.Util 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,