Changelog for typerep-map-0.3.3.0
Changelog
typerep-map
uses PVP Versioning.
The changelog is available on GitHub.
0.3.3.0 — Apr 18, 2020
- #83: Support GHC-8.10.
- #80: Build on 32-bit platforms.
- #78: Support GHC-8.8.3.
- #63: Add invariant check.
0.3.2 — Mar 27, 2019
- #47:
Add
Eq
instance forTypeRepMap
using-XQuantifiedConstraints
. - #70:
Bump up to
dependent-sum-0.5
.
0.3.1
- #64:
Fix segfault in
toList
. - Support GHC 8.4.4 and 8.6.3.
0.3.0
- #46:
Make
Show
instance forTypeRepMap
show keys. Addkeys
function. - #48:
Add
adjust
function forTypeRepMap
andTMap
. - #30:
Rewrite
fromSortedList
to useArray
andMutableArray
instead ofIntMap
.
0.2.0
- #43:
Implement
IsList
instance forTypeRepMap
. AddhoistA
function. - #39:
Implement
hoistWithKey
function. Addmap
function forTMap
. - Drop support for
ghc-8.0.2
.
0.1.0
- Initially created.