summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-01-21 19:29:49 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2017-01-26 00:22:54 +0000
commit95dc6dc070deac733d4a4a63a93e606a2e772a67 (patch)
tree46f55fbc09230cca2c253b525694752598136f8a /libraries/template-haskell/changelog.md
parent1a3f1eebf81952accb6340252816211c7d391300 (diff)
downloadhaskell-95dc6dc070deac733d4a4a63a93e606a2e772a67.tar.gz
Template Haskell support for COMPLETE pragmas
Reviewers: RyanGlScott, austin, goldfire, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2997 GHC Trac Issues: #13098
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r--libraries/template-haskell/changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index adf9365ed0..50f1709b83 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -16,6 +16,8 @@
* Add support for attaching deriving strategies to `deriving` statements
(#10598)
+ * Add support for `COMPLETE` pragmas. (#13098)
+
* `unboxedTupleTypeName` and `unboxedTupleDataName` now work for unboxed
0-tuples and 1-tuples (#12977)