Skip to content
Snippets Groups Projects
Commit 91a9f2c1 authored by Ben Gamari's avatar Ben Gamari
Browse files

template-haskell: Fix TBAs in changelog

parent dab94f2c
4 merge requests!1923Fix #14690 - :steplocal panics after break-on-error. Backport to 8.8.2,!1318GHC 8.8 merges,!1187Combined merge for 8.8,!814GHC 8.8 merges
Pipeline #5167 failed
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
## 2.15.0.0 *TBA*
## 2.15.0.0 *May 2019
* In `Language.Haskell.TH.Syntax`, `DataInstD`, `NewTypeInstD`, `TySynEqn`,
and `RuleP` now all have a `Maybe [TyVarBndr]` argument, which contains a
......@@ -22,7 +22,7 @@
* `addForeignFilePath` now support assembler sources (#16180).
## 2.14.0.0 *TBA*
## 2.14.0.0 *September 2018
* Introduce an `addForeignFilePath` function, as well as a corresponding
`qAddForeignFile` class method to `Quasi`. Unlike `addForeignFile`, which
......
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