Skip to content

Releases: kowainik/typerep-map

v0.6.0.0 GHC-9.4

02 Nov 20:34
5787946
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0.0...v0.6.0.0

v0.5.0.0 Support GHC-9.2 & Role annotations

15 Feb 14:10
41838d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0.0...v0.5.0.0

v0.4.0.0: GHC 9, performance boost

03 Aug 18:12
420608b
Compare
Choose a tag to compare
  • #109: Support GHC-9.0.
  • #30: Remove containers from dependencies.
  • #94, #99, #100: Improve performance of insert and delete.
  • #95: Add alter.
  • #96: Add intersection and intersectionWith.
  • #105: Add keysWith and toListWith.

Thanks @ChrisPenner @Yu-zh @mniip @int-index for their contributions! ❤️

32-bit platforms and GHC-8.10

06 May 21:46
22af858
Compare
Choose a tag to compare
  • 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

20 Aug 08:11
Compare
Choose a tag to compare
[#30] Rewrite fromSortedList to use arrays (#51)

* [30] Rewrite fromSortedList to use arrays

* Improve more

* Use unsafeFreezeArray in adjust