quickcheck-quid 0.0.1.1 → 0.0.1.2
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
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.2++- Updated package dependency bounds.+ # 0.0.1.1 - Added support for GHC 9.8.
LICENSE view
@@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright © 2022–2023 Jonathan Knowles+ Copyright © 2022–2024 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.1+version: 0.0.1.2 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–2023 Jonathan Knowles+copyright: 2022–2024 Jonathan Knowles category: Testing synopsis: Quasi-unique identifiers for QuickCheck description:@@ -27,7 +27,7 @@ common dependency-base build-depends:base >= 4.14.3.0 && < 4.20 common dependency-containers- build-depends:containers >= 0.5.7.0 && < 0.7+ build-depends:containers >= 0.5.7.0 && < 0.8 common dependency-deepseq build-depends:deepseq >= 1.4.4.0 && < 1.6 common dependency-extra