[commit: ghc] master: template-haskell: Version bump (568e003)
git at git.haskell.org
git at git.haskell.org
Sat Nov 12 16:38:02 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/568e003efcf9bdec6268851307f98c7c44dd9995/ghc
>---------------------------------------------------------------
commit 568e003efcf9bdec6268851307f98c7c44dd9995
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Nov 12 11:37:36 2016 -0500
template-haskell: Version bump
>---------------------------------------------------------------
568e003efcf9bdec6268851307f98c7c44dd9995
libraries/template-haskell/changelog.md | 3 ++-
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 19038c7..c4b8f03 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 0d9f468..ceffa82 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
More information about the ghc-commits
mailing list