monoidmap 0.0.1.4 → 0.0.1.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~tasty-benchPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty-bench
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- monoidmap.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.1.5++- Updated version bounds for dependencies.+ # 0.0.1.4 - Added support for GHC 9.10.
monoidmap.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-version: 0.0.1.4+version: 0.0.1.5 bug-reports: https://github.com/jonathanknowles/monoidmap/issues license: Apache-2.0 license-file: LICENSE@@ -45,7 +45,7 @@ common dependency-quickcheck-monoid-subclasses build-depends:quickcheck-monoid-subclasses >= 0.3.0.0 && < 0.4 common dependency-tasty-bench- build-depends:tasty-bench >= 0.3.2 && < 0.4+ build-depends:tasty-bench >= 0.3.2 && < 0.5 common dependency-tasty-hunit build-depends:tasty-hunit >= 0.10.0.3 && < 0.11 common dependency-text