All Versions
19
Latest Version
Avg Release Cycle
308 days
Latest Release
1277 days ago

Changelog History
Page 1

  • v0.8.2 Changes

    September 29, 2020
    • ๐Ÿ‘ Allow building with template-haskell-2.17.0.0 (GHC 9.0).
    • ๐Ÿ‘‰ Make deriveLift work for unlifted newtypes.
  • v0.8.1 Changes

    December 06, 2019
    • ๐Ÿ‘Œ Support GHC 8.10/template-haskell-2.16.
    • Derive implementations of liftTyped (in addition to lift) when using template-haskell-2.16 or later.
    • ๐Ÿ›  Fix a bug in which derived Lift instances for data types containing Addr# would fail to typecheck.
  • v0.8 Changes

    April 26, 2019
    • โœ‚ Remove Lift (), Ratio, Identity and Const () instances. These are now provided in th-lift-instances package
    • ๐Ÿ‘‰ Use TemplateHaskellQuotes where available
  • v0.8.0.1 Changes

    May 09, 2019
    • ๐Ÿ‘Œ Support GHC 8.8/template-haskell-2.15.
  • v0.7.11 Changes

    August 27, 2018
    • ๐Ÿ‘Œ Support for GHC 8.6.
  • v0.7.10 Changes

    May 14, 2018
    • โž• Add support for data families
  • v0.7.9 Changes

    May 13, 2018
    • Lift instances for Identity and Const.
  • v0.7.8 Changes

    February 01, 2018
    • GHC 8.4 compatibility.
  • v0.7.7 Changes

    April 19, 2017
    • GHC 8.2 compatibility.
  • v0.7.6 Changes

    January 18, 2016
    • GHC 8.1 compatibility.