summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/template-haskell/changelog.md3
-rw-r--r--libraries/template-haskell/template-haskell.cabal2
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