2010-09-19 Mathieu Boespflug * Support older GHCs and Cabal, thanks to Ben Millwood. 2010-08-05 Mathieu Boespflug * Support for contexts in datatypes, thanks to Ben Millwood. * deriveLiftWith becomes deriveLift' and takes an Info structure rather than a custom reification function. * Add deriveLiftMany to derive many Lift instances in one go. 2010-08-02 Mathieu Boespflug * Add support for newtypes and records syntax, thanks to a patch by Ben Millwood. * Add support for infix constructors. * deriveLift returns a list of declarations. * New deriveLiftWith function with custom reification, following a feature request by Jonas DuregÄrd. 2010-03-24 Mathieu Boespflug * Port to Template Haskell 2.4. * Maintainer is now Mathieu Boespflug. 2006-09-06 Ian Lynagh * Initial release.