summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2019-11-08 15:54:22 (GMT)
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-11-09 23:03:02 (GMT)
commitd7de0d81924c7475b14f87a9427497b318653e91 (patch)
treef63d57b935ef7ebe75ceaa5b96c2e4001ecc17bc
parent4a75a83223176f1426a7e45b4b4ba6d946597cde (diff)
downloadghc-d7de0d81924c7475b14f87a9427497b318653e91.zip
ghc-d7de0d81924c7475b14f87a9427497b318653e91.tar.gz
ghc-d7de0d81924c7475b14f87a9427497b318653e91.tar.bz2
template-haskell: Fix italics in changelog
[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 0e57140..18b12fd 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