packages feed

monoidmap-internal 0.1.0.0 → 0.1.0.1

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 view
@@ -1,3 +1,7 @@+# 0.1.0.1++- Revised version bounds of dependencies.+ # 0.1.0.0  - Made `MonoidMap` an instance of both `Typeable` and `Data`.
monoidmap-internal.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 name:           monoidmap-internal-version:        0.1.0.0+version:        0.1.0.1 bug-reports:    https://github.com/jonathanknowles/monoidmap-internal/issues license:        Apache-2.0 license-file:   LICENSE@@ -42,7 +42,7 @@ common dependency-quickcheck-quid     build-depends:quickcheck-quid               >= 0.0.1.7    && < 0.1 common dependency-tasty-bench-    build-depends:tasty-bench                   >= 0.3.2      && < 0.5+    build-depends:tasty-bench                   >= 0.3.2      && < 0.6 common dependency-tasty-hunit     build-depends:tasty-hunit                   >= 0.10.0.3   && < 0.11 common dependency-text