quickcheck-quid 0.0.1.3 → 0.0.1.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- quickcheck-quid.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.4++- Added support for GHC 9.10.+ # 0.0.1.3 - Revised upper version bounds of dependencies.
quickcheck-quid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: quickcheck-quid-version: 0.0.1.3+version: 0.0.1.4 bug-reports: https://github.com/jonathanknowles/quickcheck-quid/issues license: Apache-2.0 license-file: LICENSE@@ -25,7 +25,7 @@ location: https://github.com/jonathanknowles/quickcheck-quid common dependency-base- build-depends:base >= 4.14.3.0 && < 4.20+ build-depends:base >= 4.14.3.0 && < 4.21 common dependency-containers build-depends:containers >= 0.5.7.0 && < 0.8 common dependency-deepseq