greskell-core 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- greskell-core.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-core +## 0.1.3.2 -- 2020-03-29++* Confirm test with `QuickCheck-2.14`.+ ## 0.1.3.1 -- 2019-12-30 * Confirm test with `base-4.13.0.0`
greskell-core.cabal view
@@ -1,5 +1,5 @@ name: greskell-core-version: 0.1.3.1+version: 0.1.3.2 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -56,7 +56,7 @@ build-depends: base, text, aeson, unordered-containers, vector, greskell-core, hspec >=2.2.3,- QuickCheck >=2.8.2 && <2.14,+ QuickCheck >=2.8.2 && <2.15, bytestring >=0.10.8.1 && <0.11 test-suite doctest