Skip to content
Snippets Groups Projects
Commit c53faa0c authored by Ben Gamari's avatar Ben Gamari Committed by Ryan Scott
Browse files

Clean up TBDs in changelog

(cherry picked from commit 4f334120c8e9cc4aefcbf11d99f169f648af9fde)
parent fb939498
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,9 @@
* Add support for the `Char` kind (#11342): we extend the `TyLit` data type with
the constructor `CharTyLit` that reflects type-level characters.
## 2.16.0.0 *TBA*
## 2.16.0.0 *Jan 2020*
* Bundled with GHC 8.10.1
* Add support for tuple sections. (#15843) The type signatures of `TupE` and
`UnboxedTupE` have changed from `[Exp] -> Exp` to `[Maybe Exp] -> Exp`.
......@@ -72,6 +74,8 @@
## 2.15.0.0 *May 2019*
* Bundled with GHC 8.8.1
* In `Language.Haskell.TH.Syntax`, `DataInstD`, `NewTypeInstD`, `TySynEqn`,
and `RuleP` now all have a `Maybe [TyVarBndr]` argument, which contains a
list of quantified type variables if an explicit `forall` is present, and
......@@ -94,6 +98,8 @@
## 2.14.0.0 *September 2018*
* Bundled with GHC 8.6.1
* Introduce an `addForeignFilePath` function, as well as a corresponding
`qAddForeignFile` class method to `Quasi`. Unlike `addForeignFile`, which
takes the contents of the file as an argument, `addForeignFilePath` takes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment