Releases: kowainik/typerep-map
Releases · kowainik/typerep-map
v0.6.0.0 GHC-9.4
v0.5.0.0 Support GHC-9.2 & Role annotations
What's Changed
- Role annotation for TypeRepMap by @int-index in #113
- [#117] Support GHC 9.2 by @chshersh in #119
Full Changelog: v0.4.0.0...v0.5.0.0
v0.4.0.0: GHC 9, performance boost
32-bit platforms and GHC-8.10
- Support GHC-8.10 and 8.8.3.
- Build on 32-bit platforms.
- Add invariant check.
See CHANGELOG for more details.
v0.3.0: Adjust, Show, performance
[#30] Rewrite fromSortedList to use arrays (#51) * [30] Rewrite fromSortedList to use arrays * Improve more * Use unsafeFreezeArray in adjust