Releases: bgamari/monoidal-containers
Releases · bgamari/monoidal-containers
0.6.5.0
What's Changed
- Future-proof against potential Prelude.foldl' by @Bodigrim in #99
- Make it build with ghc-9.8 (update deps only) by @erikd in #101
- Allow
lens ^>=5.3
by @JackKelly-Bellroy in #102 - Ghc 9.10 support and fix CI by @odr in #105
New Contributors
- @Bodigrim made their first contribution in #99
- @erikd made their first contribution in #101
- @odr made their first contribution in #105
Full Changelog: v0.6.4.0...0.6.5.0
0.6.4.0
v0.6.3.0
v0.6.2.0
v0.6.1.0
0.6.1.0
- Drop official support for GHC 7.8.4
- Require containers 0.5.9 or greater.
- Support lens-5, semialign-1.2, and aeson-2
- MonoidalMap and MonoidalMap.Strict: Add several functions added to Data.Map since 0.5 up to 0.5.9:
take
,drop
,splitAt
,lookupMin
,lookupMax
,restrictKeys
,
withoutKeys
,fromDescList
,fromDescListWith
,fromDescListWithKey
,
fromDistinctDescList
,takeWhileAntitone
,dropWhileAntitone
,
spanAntitone
, andtraverseMaybeWithKey
- Add instances of
Filterable
andWitherable
from thewitherable
package - Add
Control.Lens.Wrapped.Rewrapped
instances.
v0.6.0.1
v0.6
v0.5.0.1: Merge pull request #48 from bgamari/aa-phadej-these
Add flag to select whether to use split these/semialign packages or not