blaze-html 0.9.1.1 → 0.9.1.2
raw patch · 2 files changed
+12/−3 lines, 2 filesdep ~QuickCheckdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, bytestring, containers, text
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- blaze-html.cabal +6/−3
CHANGELOG view
@@ -1,5 +1,11 @@ # Changelog +- 0.9.1.2 (2019-10-02)+ * Bump QuickCheck dependency to 2.13+ * Bump containers dependency to 0.6+ * Check in generated code+ * Regenerate .travis.yml using haskell-ci+ - 0.9.1.1 (2018-06-12) * Fix generated source code on Hackage
blaze-html.cabal view
@@ -1,5 +1,5 @@ Name: blaze-html-Version: 0.9.1.1+Version: 0.9.1.2 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3@@ -17,6 +17,9 @@ Build-type: Simple Cabal-version: >= 1.8+Tested-with: GHC == 7.8.4, GHC == 7.10.3,+ GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,+ GHC == 8.6.3, GHC == 8.8.1 Extra-source-files: CHANGELOG@@ -77,8 +80,8 @@ Build-depends: HUnit >= 1.2 && < 1.7,- QuickCheck >= 2.4 && < 2.12,- containers >= 0.3 && < 0.6,+ QuickCheck >= 2.4 && < 2.14,+ containers >= 0.3 && < 0.7, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4,