All Versions
10
Latest Version
Avg Release Cycle
244 days
Latest Release
1906 days ago

Changelog History

  • v1.1.8 Changes

    September 19, 2019

    Other Changes

    • ๐Ÿ‘Œ Support GHC 8.8
  • v1.1.7 Changes

    October 23, 2018

    Other Changes

    • ๐Ÿš€ Changed bounds of template-haskell to only support 2.14.0.0. This release is thus only compatible with GHC 8.6. If this is a problem, please open an issue and I can add CPP to support older GHCs.

    • Increased upper-bound of base to < 4.13.

  • v1.1.6 Changes

    May 01, 2018

    Other Changes

    • Increased upper-bound of base to < 4.12.
  • v1.1.5 Changes

    July 24, 2017

    Other Changes

    • Increased upper-bound of base.
  • v1.1.4 Changes

    May 01, 2017

    Other Changes

    • Increased upper-bound of generics-sop to < 0.4.
  • v1.1.3 Changes

    October 13, 2016
    • Compile with base-4.9.
  • v1.1.2 Changes

    • Compile with generics-sop 0.2. Thanks to @kosmikus for this change.
  • v1.1.1 Changes

    April 09, 2015
    • ๐Ÿ— Increased the upper-bound of base to allow < 4.9 and transforms < 0.5. Now builds on GHC 7.10.1.
  • v1.1.0 Changes

    January 12, 2015
    • ๐Ÿ†• New API new using Template Haskell to provide named constructors. Users should check the latest documentation for 'Control.Exhaustive' to see how the new API is used.
  • v1.0.0 Changes

    • ๐ŸŽ‰ Initial release