typerep-map uses PVP Versioning.
The changelog is available on GitHub.
- Support newer GHC versions, update dependencies.
- Remove suppor of GHC-8.2, GHC-8,4, GHC-8.6.
- #125: Support GHC-9.4.
- Allow
vector-0.13. - Allow
hedgehog-1.2andhspec-2.10. - Allow
criterion-1.6.
- #109: Support GHC-9.0.
- #30:
Remove
containersfrom dependencies. - #94,
#99,
#100:
Improve performance of
insertanddelete. - #95:
Add
alter. - #96:
Add
intersectionandintersectionWith. - #105:
Add
keysWithandtoListWith.
- #83: Support GHC-8.10.
- #80: Build on 32-bit platforms.
- #78: Support GHC-8.8.3.
- #63: Add invariant check.
- #47:
Add
Eqinstance forTypeRepMapusing-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
Showinstance forTypeRepMapshow keys. Addkeysfunction. - #48:
Add
adjustfunction forTypeRepMapandTMap. - #30:
Rewrite
fromSortedListto useArrayandMutableArrayinstead ofIntMap.
- #43:
Implement
IsListinstance forTypeRepMap. AddhoistAfunction. - #39:
Implement
hoistWithKeyfunction. Addmapfunction forTMap. - Drop support for
ghc-8.0.2.
- Initially created.