quickcheck-quid 0.0.1.6 → 0.0.1.7
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- quickcheck-quid.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.7++- Added support for GHC 9.12.+ # 0.0.1.6 - Revised upper version bounds of dependencies.
LICENSE view
@@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright © 2022–2024 Jonathan Knowles+ Copyright © 2022–2025 Jonathan Knowles Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
quickcheck-quid.cabal view
@@ -1,12 +1,12 @@ cabal-version: 3.0 name: quickcheck-quid-version: 0.0.1.6+version: 0.0.1.7 bug-reports: https://github.com/jonathanknowles/quickcheck-quid/issues license: Apache-2.0 license-file: LICENSE author: Jonathan Knowles maintainer: mail@jonathanknowles.net-copyright: 2022–2024 Jonathan Knowles+copyright: 2022–2025 Jonathan Knowles category: Testing synopsis: Quasi-unique identifiers for QuickCheck description:@@ -25,7 +25,7 @@ location: https://github.com/jonathanknowles/quickcheck-quid common dependency-base- build-depends:base >= 4.14.3.0 && < 4.21+ build-depends:base >= 4.14.3.0 && < 4.22 common dependency-containers build-depends:containers >= 0.5.7.0 && < 0.8 common dependency-deepseq