quickcheck-quid 0.0.1.4 → 0.0.1.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
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.5++- Revised upper version bounds of dependencies.+ # 0.0.1.4 - Added support for GHC 9.10.
quickcheck-quid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: quickcheck-quid-version: 0.0.1.4+version: 0.0.1.5 bug-reports: https://github.com/jonathanknowles/quickcheck-quid/issues license: Apache-2.0 license-file: LICENSE@@ -35,7 +35,7 @@ common dependency-fmt build-depends:fmt >= 0.6.1 && < 0.7 common dependency-hashable- build-depends:hashable >= 1.3.0.0 && < 1.5+ build-depends:hashable >= 1.3.0.0 && < 1.6 common dependency-hspec build-depends:hspec >= 2.7.1 && < 2.12 common dependency-pretty-simple