diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-06-24 14:48:09 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2016-06-24 14:48:09 -0400 |
commit | a33b498d5f648a576dac6d219115866f05721196 (patch) | |
tree | 6ca9b65607a9d865d547acfd94bca2199af3bf7a /libraries/template-haskell/changelog.md | |
parent | 31b58065baf967fc8e82b058179f028cbb56dfe2 (diff) | |
download | haskell-a33b498d5f648a576dac6d219115866f05721196.tar.gz |
Add template-haskell changelog note for #8761
Diffstat (limited to 'libraries/template-haskell/changelog.md')
-rw-r--r-- | libraries/template-haskell/changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index 5cd8ad83e8..e9084e27f9 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 |