packages feed

quickcheck-groups 0.0.1.0 → 0.0.1.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basedep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hspec

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.1++- Added support for GHC `9.8`.+ # 0.0.1.0  - Improved generation of arbitrary `Semigroup` value combinations.
quickcheck-groups.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           quickcheck-groups-version:        0.0.1.0+version:        0.0.1.1 bug-reports:    https://github.com/jonathanknowles/quickcheck-groups/issues license:        Apache-2.0 license-file:   LICENSE@@ -19,9 +19,9 @@     README.md  common dependency-base-    build-depends:base                          >= 4.14.3.0   && < 4.19+    build-depends:base                          >= 4.14.3.0   && < 4.20 common dependency-hspec-    build-depends:hspec                         >= 2.10.7     && < 2.11+    build-depends:hspec                         >= 2.10.7     && < 2.12 common dependency-groups     build-depends:groups                        >= 0.5.3      && < 0.6 common dependency-pretty-show