All Versions
6
Latest Version
Avg Release Cycle
388 days
Latest Release
1827 days ago

Changelog History

  • v0.3.3.0 Changes

    April 18, 2020
    • #83: Support GHC-8.10.
    • #80: Build on 32-bit platforms.
    • #78: Support GHC-8.8.3.
    • #63: Add invariant check.
  • v0.3.2 Changes

    March 27, 2019
    • #47: Add Eq instance for TypeRepMap using -XQuantifiedConstraints.
    • #70: Bump up to dependent-sum-0.5.
  • v0.3.1 Changes

    • #64: Fix segfault in toList.
    • 👌 Support GHC 8.4.4 and 8.6.3.
  • v0.3.0 Changes

    August 20, 2018
    • #46: Make Show instance for TypeRepMap show keys. Add keys function.
    • #48: Add adjust function for TypeRepMap and TMap.
    • #30: Rewrite fromSortedList to use Array and MutableArray instead of IntMap.
  • v0.2.0 Changes

    • #43: Implement IsList instance for TypeRepMap. Add hoistA function.
    • #39: Implement hoistWithKey function. Add map function for TMap.
    • ⬇️ Drop support for ghc-8.0.2.
  • v0.1.0 Changes

    • 🎉 Initially created.