th-lift v0.8.2 Release Notes

Release Date: 2020-09-29 // over 3 years ago
    • ๐Ÿ‘ Allow building with template-haskell-2.17.0.0 (GHC 9.0).
    • ๐Ÿ‘‰ Make deriveLift work for unlifted newtypes.

Previous changes from v0.8.1

    • ๐Ÿ‘Œ 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.