summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-22 12:58:14 -0400
committerBen Gamari <ben@smart-cactus.org>2019-04-22 12:58:14 -0400
commit91a9f2c1977f9dfcaf536384309b3627893665ef (patch)
treec684d3dd5b187afa3bdceabb8ae4c4a2b5b9c2f1
parentdab94f2cebfef191c98118a9c036089c4a7c2f4a (diff)
downloadhaskell-91a9f2c1977f9dfcaf536384309b3627893665ef.tar.gz
template-haskell: Fix TBAs in changelog
-rw-r--r--libraries/template-haskell/changelog.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index b79b87e03a..e5e4aa6be7 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,6 +1,6 @@
# 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