All Versions
10
Latest Version
Avg Release Cycle
244 days
Latest Release
1906 days ago
Changelog History
Changelog History
-
v1.1.8 Changes
September 19, 2019Other Changes
- ๐ Support GHC 8.8
-
v1.1.7 Changes
October 23, 2018Other 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, 2018Other Changes
- Increased upper-bound of
base
to < 4.12.
- Increased upper-bound of
-
v1.1.5 Changes
July 24, 2017Other Changes
- Increased upper-bound of
base
.
- Increased upper-bound of
-
v1.1.4 Changes
May 01, 2017Other Changes
- Increased upper-bound of
generics-sop
to < 0.4.
- Increased upper-bound of
-
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