monoidmap 0.0.1.5 → 0.0.1.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~nothunksPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: nothunks
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monoidmap.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.6++- Updated version bounds for dependencies.+ # 0.0.1.5 - Updated version bounds for dependencies.
monoidmap.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-version: 0.0.1.5+version: 0.0.1.6 bug-reports: https://github.com/jonathanknowles/monoidmap/issues license: Apache-2.0 license-file: LICENSE@@ -31,7 +31,7 @@ common dependency-nonempty-containers build-depends:nonempty-containers >= 0.3.4.4 && < 0.4 common dependency-nothunks- build-depends:nothunks >= 0.1.3 && < 0.3+ build-depends:nothunks >= 0.1.3 && < 0.4 common dependency-pretty-show build-depends:pretty-show >= 1.10 && < 1.11 common dependency-QuickCheck