monoidmap-aeson 0.0.0.4 → 0.0.0.5
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-aeson.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.5++- Bumped lower bound on `monoidmap`.+ # 0.0.0.4 - Refreshed documentation.
monoidmap-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-aeson-version: 0.0.0.4+version: 0.0.0.5 bug-reports: https://github.com/jonathanknowles/monoidmap-aeson/issues license: Apache-2.0 license-file: LICENSE@@ -31,7 +31,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 common dependency-quickcheck-classes