summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-22 12:58:14 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-09 18:03:01 -0500
commit5ad3cb53cb9eaee8d5af340edee83d41e3ac2506 (patch)
tree76c9b0c720d3926b9faf12ca9ced95e6cf6b90ae
parent8a10f9fbe40ca7692bd58373a4f9d2db19bfa81d (diff)
downloadhaskell-5ad3cb53cb9eaee8d5af340edee83d41e3ac2506.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 22f392436e..0e57140be1 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -22,7 +22,7 @@
* Introduce `reifyType` to reify the type or kind of a thing referenced by
`Name`.
-## 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
@@ -44,7 +44,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