packages feed

quickcheck-monoid-subclasses 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~basedep ~bytestringdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, hspec, text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.3.0.1++- Added support for GHC `9.8`.+ # 0.3.0.0  - Added laws for the following factorial semigroup and monoid classes:
quickcheck-monoid-subclasses.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           quickcheck-monoid-subclasses-version:        0.3.0.0+version:        0.3.0.1 bug-reports:    https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues license:        Apache-2.0 license-file:   LICENSE@@ -19,15 +19,15 @@     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-bytestring-    build-depends:bytestring                >= 0.10.12.0    && < 0.12+    build-depends:bytestring                >= 0.10.12.0    && < 0.13 common dependency-commutative-semigroups     build-depends:commutative-semigroups    >= 0.1.0.0      && < 0.2 common dependency-containers     build-depends:containers                >= 0.6.5.1      && < 0.7 common dependency-hspec-    build-depends:hspec                     >= 2.10.7       && < 2.11+    build-depends:hspec                     >= 2.10.7       && < 2.12 common dependency-monoid-subclasses     build-depends:monoid-subclasses         >= 1.2.3        && < 1.3 common dependency-pretty-show@@ -41,7 +41,7 @@ common dependency-semigroupoids     build-depends:semigroupoids             >= 5.3.7        && < 6.1 common dependency-text-    build-depends:text                      >= 1.2.4.1      && < 2.1+    build-depends:text                      >= 1.2.4.1      && < 2.2 common dependency-vector     build-depends:vector                    >= 0.12.3.1     && < 0.14