All Versions
19
Latest Version
Avg Release Cycle
308 days
Latest Release
971 days ago
Changelog History
Page 1
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.
- ๐ Allow building with
-
v0.8.1 Changes
December 06, 2019- ๐ Support GHC 8.10/
template-haskell-2.16
. - Derive implementations of
liftTyped
(in addition tolift
) when usingtemplate-haskell-2.16
or later. - ๐ Fix a bug in which derived
Lift
instances for data types containingAddr#
would fail to typecheck.
- ๐ Support GHC 8.10/
-
v0.8 Changes
April 26, 2019- โ Remove
Lift ()
,Ratio
,Identity
andConst ()
instances. These are now provided inth-lift-instances
package - ๐ Use
TemplateHaskellQuotes
where available
- โ Remove
-
v0.8.0.1 Changes
May 09, 2019- ๐ Support GHC 8.8/
template-haskell-2.15
.
- ๐ Support GHC 8.8/
-
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, 2018Lift
instances forIdentity
andConst
.
-
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.