diff options
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r-- | libraries/template-haskell/changelog.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index a6d6307b7e..0b5fb2c10c 100644 --- a/libraries/template-haskell/changelog.md +++ b/libraries/template-haskell/changelog.md @@ -3,11 +3,12 @@ ## 2.17.0.0 * Implement Overloaded Quotations (GHC Proposal #246). This patch modifies a - few fundamental things in the API. All the library combinators are generalised - to be in terms of a new minimal class `Quote`. The type of `lift` and `liftTyped` - are modified to return `m Exp` rather than `Q Exp`. Instances written in terms - of `Q` are now disallowed. The types of `unsafeTExpCoerce` and `unTypeQ` - are also generalised in terms of `Quote` rather than specific to `Q`. + few fundamental things in the API. All the library combinators are generalised + to be in terms of a new minimal class `Quote`. The types of `lift`, `liftTyped`, + and `liftData` are modified to return `m Exp` rather than `Q Exp`. Instances + written in terms of `Q` are now disallowed. The types of `unsafeTExpCoerce` + and `unTypeQ` are also generalised in terms of `Quote` rather than specific + to `Q`. ## 2.16.0.0 *TBA* |