From 7f26b74e409d058005909fc2b2ed2e6027d49365 Mon Sep 17 00:00:00 2001 From: Alec Theriault Date: Mon, 11 Feb 2019 09:31:40 -0800 Subject: Add `liftedTyped` to `Lift` class Implements GHC proposal 43, adding a `liftTyped` method to the `Lift` typeclass. This also adds some documentation to `TExp`, describing typed splices and their advantages over their untyped counterparts. Resolves #14671. --- libraries/template-haskell/changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libraries/template-haskell/changelog.md') diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index b1444341d8..cfed120471 100644 --- a/libraries/template-haskell/changelog.md +++ b/libraries/template-haskell/changelog.md @@ -1,5 +1,10 @@ # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell) +## 2.16.0.0 *TBA* + + * Introduce a `liftTyped` method to the `Lift` class and set the default + implementations of `lift`/`liftTyped` to be in terms of each other. + ## 2.15.0.0 *TBA* * In `Language.Haskell.TH.Syntax`, `DataInstD`, `NewTypeInstD`, `TySynEqn`, -- cgit v1.2.1