packages feed

monoidmap 0.0.1.2 → 0.0.1.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~QuickCheck

Dependency ranges changed: QuickCheck

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.3++- Updated version bounds for dependencies.+ # 0.0.1.2  - Updated version bounds for dependencies.
monoidmap.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           monoidmap-version:        0.0.1.2+version:        0.0.1.3 bug-reports:    https://github.com/jonathanknowles/monoidmap/issues license:        Apache-2.0 license-file:   LICENSE@@ -35,7 +35,7 @@ common dependency-pretty-show     build-depends:pretty-show                   >= 1.10       && < 1.11 common dependency-QuickCheck-    build-depends:QuickCheck                    >= 2.14.2     && < 2.15+    build-depends:QuickCheck                    >= 2.14.2     && < 2.16 common dependency-quickcheck-classes     build-depends:quickcheck-classes            >= 0.6.5.0    && < 0.7 common dependency-quickcheck-groups