diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-11-12 11:37:36 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-12 11:37:36 -0500 |
commit | 568e003efcf9bdec6268851307f98c7c44dd9995 (patch) | |
tree | ef7d56905eb3170029729e1c13c75e4510f19495 | |
parent | 587dcccfdfa7a319e27300a4f3885071060b1f8e (diff) | |
download | haskell-568e003efcf9bdec6268851307f98c7c44dd9995.tar.gz |
template-haskell: Version bump
-rw-r--r-- | libraries/template-haskell/changelog.md | 3 | ||||
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md index 19038c755e..c4b8f034cf 100644 --- a/libraries/template-haskell/changelog.md +++ b/libraries/template-haskell/changelog.md @@ -1,6 +1,7 @@ # Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell) -## next *TBA* +## 2.12.0.0 *TBA* + * Bundled with GHC *TBA* * Add support for pattern synonyms. This introduces one new constructor to diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 0d9f468327..ceffa82ed3 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -1,5 +1,5 @@ name: template-haskell -version: 2.11.0.0 +version: 2.12.0.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE |