summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-11-08 10:54:22 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2019-11-08 10:54:24 -0500
commit0cba45c70278e6e69026fd44c75439b07704ba59 (patch)
tree7f0193c456e27568407ba844236e82c7b6b7f2d2
parent582da50bbc3f6856ba59536447a6a080a12b8847 (diff)
downloadhaskell-wip/sync-changelogs.tar.gz
template-haskell: Fix italics in changelogwip/sync-changelogs
[ci-skip]
-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 0e57140be1..18b12fd4e7 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 *May 2019
+## 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 *September 2018
+## 2.14.0.0 *September 2018*
* Introduce an `addForeignFilePath` function, as well as a corresponding
`qAddForeignFile` class method to `Quasi`. Unlike `addForeignFile`, which