packages feed

monoidmap-aeson 0.0.0.5 → 0.0.0.6

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.0.6++- Revised version bounds for dependencies.+ # 0.0.0.5  - Bumped lower bound on `monoidmap`.
monoidmap-aeson.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           monoidmap-aeson-version:        0.0.0.5+version:        0.0.0.6 bug-reports:    https://github.com/jonathanknowles/monoidmap-aeson/issues license:        Apache-2.0 license-file:   LICENSE@@ -33,7 +33,7 @@ common dependency-monoidmap     build-depends:monoidmap                     >= 0.0.4.4    && < 0.1 common dependency-QuickCheck-    build-depends:QuickCheck                    >= 2.14.2     && < 2.16+    build-depends:QuickCheck                    >= 2.14.2     && < 2.17 common dependency-quickcheck-classes     build-depends:quickcheck-classes            >= 0.6.5.0    && < 0.7 common dependency-quickcheck-quid