monoidmap 0.0.4.4 → 0.0.5.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~monoidmap-internal
Dependency ranges changed: monoidmap-internal
Files
- CHANGELOG.md +4/−0
- monoidmap.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.0.5.0++- Made `MonoidMap` an instance of both `Typeable` and `Data`.+ # 0.0.4.4 - Moved implementation, tests, and benchmark to the `monoidmap-internal`
monoidmap.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: monoidmap-version: 0.0.4.4+version: 0.0.5.0 bug-reports: https://github.com/jonathanknowles/monoidmap/issues license: Apache-2.0 license-file: LICENSE@@ -27,7 +27,7 @@ common dependency-monoid-subclasses build-depends:monoid-subclasses >= 1.2.3 && < 1.3 common dependency-monoidmap-internal- build-depends:monoidmap-internal >= 0.0.0.0 && < 0.1+ build-depends:monoidmap-internal >= 0.1.0.0 && < 0.2 common dependency-nothunks build-depends:nothunks >= 0.1.3 && < 0.4