Version 0.6.0.1

This commit is contained in:
Ali Abrar 2019-11-25 21:16:25 -05:00
parent 0196924c55
commit 450acec61b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Monoidal containers
# 0.6.0.1
* Support semialign-1.1
# 0.6
* Deprecates 0.5.* and reverts behavior of fromList, insert, mapKeys, etc. to match behavior in Data.Map. The only difference in behavior between Data.Map.Monoidal.MonoidalMap and Data.Map.Map is now the semigroup and monoid instances (as was the case in 0.4 and earlier).

View File

@ -1,5 +1,5 @@
name: monoidal-containers
version: 0.6
version: 0.6.0.1
synopsis: Containers with monoidal accumulation
description:
Containers with merging via monoidal accumulation. The 'Monoid' instances