blaze-markup 0.8.2.3 → 0.8.2.4
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- blaze-markup.cabal +2/−2
CHANGELOG view
@@ -1,5 +1,8 @@ # Changelog +- 0.8.2.4 (2020-03-29)+ * Bump `QuickCheck` upper bound to 2.15+ - 0.8.2.3 (2019-10-02) * Bump `base` to 4.13 * Bump `tasty` to 1.2
blaze-markup.cabal view
@@ -1,5 +1,5 @@ Name: blaze-markup-Version: 0.8.2.3+Version: 0.8.2.4 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3@@ -60,7 +60,7 @@ Build-depends: HUnit >= 1.2 && < 1.7,- QuickCheck >= 2.7 && < 2.14,+ QuickCheck >= 2.7 && < 2.15, containers >= 0.3 && < 0.7, tasty >= 1.0 && < 1.3, tasty-hunit >= 0.10 && < 0.11,