blaze-html 0.8.1.0 → 0.8.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-html.cabal +2/−2
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.8.1.1+ * Bump HUnit dependency to 1.3+ - 0.8.1.0 * Add `<main>` element to HTML5
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.8.1.0+Version: 0.8.1.1 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.3,+ HUnit >= 1.2 && < 1.4, QuickCheck >= 2.4 && < 2.9, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9,