typerep-map
uses PVP Versioning.
The changelog is available on GitHub.
- #125: Support GHC-9.4.
- Allow
vector-0.13
. - Allow
hedgehog-1.2
andhspec-2.10
. - Allow
criterion-1.6
.
- #109: Support GHC-9.0.
- #30:
Remove
containers
from dependencies. - #94,
#99,
#100:
Improve performance of
insert
anddelete
. - #95:
Add
alter
. - #96:
Add
intersection
andintersectionWith
. - #105:
Add
keysWith
andtoListWith
.
- #83: Support GHC-8.10.
- #80: Build on 32-bit platforms.
- #78: Support GHC-8.8.3.
- #63: Add invariant check.
- #47:
Add
Eq
instance forTypeRepMap
using-XQuantifiedConstraints
. - #70:
Bump up to
dependent-sum-0.5
.
- #64:
Fix segfault in
toList
. - Support GHC 8.4.4 and 8.6.3.
- #46:
Make
Show
instance forTypeRepMap
show keys. Addkeys
function. - #48:
Add
adjust
function forTypeRepMap
andTMap
. - #30:
Rewrite
fromSortedList
to useArray
andMutableArray
instead ofIntMap
.
- #43:
Implement
IsList
instance forTypeRepMap
. AddhoistA
function. - #39:
Implement
hoistWithKey
function. Addmap
function forTMap
. - Drop support for
ghc-8.0.2
.
- Initially created.