[commit: ghc] master: Add template-haskell changelog note for #8761 (a33b498)
git at git.haskell.org
git at git.haskell.org
Fri Jun 24 18:44:49 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a33b498d5f648a576dac6d219115866f05721196/ghc
>---------------------------------------------------------------
commit a33b498d5f648a576dac6d219115866f05721196
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Fri Jun 24 14:48:09 2016 -0400
Add template-haskell changelog note for #8761
>---------------------------------------------------------------
a33b498d5f648a576dac6d219115866f05721196
libraries/template-haskell/changelog.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 5cd8ad8..e9084e2 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,13 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
+## next *TBA*
+ * Bundled with GHC *TBA*
+
+ * Add support for pattern synonyms. This introduces one new constructor to
+ `Info` (`PatSynI`), two new constructors to `Dec` (`PatSynD` and
+ `PatSynSigD`), and two new data types (`PatSynDir` and `PatSynArgs`),
+ among other changes. (#8761)
+
## 2.11.0.0 *May 2016*
* Bundled with GHC 8.0.1
More information about the ghc-commits
mailing list