File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.0.5.0
2+
3+ - Made ` MonoidMap ` an instance of both ` Typeable ` and ` Data ` .
4+
15# 0.0.4.4
26
37- Moved implementation, tests, and benchmark to the ` monoidmap-internal `
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22name : monoidmap
3- version : 0.0.4.4
3+ version : 0.0.5.0
44bug-reports : https://github.com/jonathanknowles/monoidmap/issues
55license : Apache-2.0
66license-file : LICENSE
@@ -27,7 +27,7 @@ common dependency-groups
2727common dependency-monoid-subclasses
2828 build-depends :monoid-subclasses >= 1.2.3 && < 1.3
2929common dependency-monoidmap-internal
30- build-depends :monoidmap-internal >= 0.0 .0.0 && < 0.1
30+ build-depends :monoidmap-internal >= 0.1 .0.0 && < 0.2
3131common dependency-nothunks
3232 build-depends :nothunks >= 0.1.3 && < 0.4
3333
You can’t perform that action at this time.
0 commit comments