monoidmap-quickcheck 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~monoidmapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monoidmap
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monoidmap-quickcheck.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.2++- Bumped lower bound on `monoidmap`.+ # 0.0.0.1 - Refreshed documentation.
monoidmap-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-quickcheck-version: 0.0.0.1+version: 0.0.0.2 bug-reports: https://github.com/jonathanknowles/monoidmap-quickcheck/issues license: Apache-2.0 license-file: LICENSE@@ -22,7 +22,7 @@ common dependency-monoid-subclasses build-depends:monoid-subclasses >= 1.2.3 && < 1.3 common dependency-monoidmap- build-depends:monoidmap >= 0.0.3.0 && < 0.1+ build-depends:monoidmap >= 0.0.4.4 && < 0.1 common dependency-QuickCheck build-depends:QuickCheck >= 2.14.2 && < 2.16