All Versions
19
Latest Version
Avg Release Cycle
308 days
Latest Release
2080 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.5 Changes
November 19, 2015- β Added
makeLift, for cases when it's necessary to write the instance manually. (Thanks to Ryan Scott). - π Support empty datatypes and unboxed types.
- β Added
-
v0.7.2
February 26, 2015 -
v0.7 Changes
December 07, 2014- π Support GHC 7.9 and hopefully 7.10, thanks to Richard Eisenberg.
- π On versions of GHC that support role inference, don't constrain phantom type variables.
- Get rid of some orphan instances when using GHC >= 7.9.
-
v0.6 Changes
December 09, 2013- π Support GHC 7.8, thanks to Michael Snoyberg.
- π Support existentially quantified type variables in datatype declarations.
- π Handle exotic kinds properly.
-
v0.5.2 Changes
September 19, 2010- π Support older GHCs and Cabal, thanks to Ben Millwood.
-
v0.5 Changes
August 05, 2010- π Support for contexts in datatypes, thanks to Ben Millwood.
deriveLiftWithbecomesderiveLift'and takes anInfostructure rather than a custom reification function.- β Add
deriveLiftManyto derive manyLiftinstances in one go.
-
v0.4 Changes
August 02, 2010- β Add support for newtypes and records syntax, thanks to a patch by Ben Millwood.
- β Add support for infix constructors.
deriveLiftreturns a list of declarations.- π New
deriveLiftWithfunction with custom reification, following a feature request by Jonas DuregΓ₯rd.
-
v0.3 Changes
March 24, 2010- Port to Template Haskell 2.4.
- Maintainer is now Mathieu Boespflug.
-
v0.2 Changes
September 06, 2006π Initial release by Ian Lynagh.