blaze-html 0.7.0.2 → 0.7.0.3
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- blaze-html.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.7.0.3+ * Dependency bump to allow `text-1.2`+ - 0.7.0.2 * Bump QuickCheck dependency to 2.7
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.7.0.2+Version: 0.7.0.3 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -55,7 +55,7 @@ blaze-builder >= 0.2 && < 0.4, blaze-markup >= 0.6 && < 0.7, bytestring >= 0.9 && < 0.11,- text >= 0.10 && < 1.2+ text >= 0.10 && < 1.3 Test-suite blaze-html-tests Type: exitcode-stdio-1.0@@ -80,7 +80,7 @@ blaze-builder >= 0.2 && < 0.4, blaze-markup >= 0.6 && < 0.7, bytestring >= 0.9 && < 0.11,- text >= 0.10 && < 1.2+ text >= 0.10 && < 1.3 Source-repository head Type: git