[commit: ghc] master: Bump template-haskell to new major version 2.11 (8cce7e4)
git at git.haskell.org
git at git.haskell.org
Wed Aug 12 08:51:35 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8cce7e4bc8f17f1c9ef4d4028b5145829fc3334b/ghc
>---------------------------------------------------------------
commit 8cce7e4bc8f17f1c9ef4d4028b5145829fc3334b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Aug 12 09:48:53 2015 +0200
Bump template-haskell to new major version 2.11
...since we already have introduced backward compat breakage
that breaks packages such as QuickCheck-2.8.1
Differential Revision: https://phabricator.haskell.org/D1144
>---------------------------------------------------------------
8cce7e4bc8f17f1c9ef4d4028b5145829fc3334b
libraries/template-haskell/changelog.md | 7 +++++++
libraries/template-haskell/template-haskell.cabal | 2 +-
testsuite/tests/th/TH_Roles2.stderr | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index f205ed5..864abe5 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -1,5 +1,12 @@
# Changelog for [`template-haskell` package](http://hackage.haskell.org/package/template-haskell)
+## 2.11.0.0 *TBA*
+
+ * Bundled with GHC 7.12.1
+
+ * TODO: document API changes and important bugfixes
+
+
## 2.10.0.0 *Mar 2015*
* Bundled with GHC 7.10.1
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index de71132..4bfd1a9 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -1,5 +1,5 @@
name: template-haskell
-version: 2.10.0.0
+version: 2.11.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
diff --git a/testsuite/tests/th/TH_Roles2.stderr b/testsuite/tests/th/TH_Roles2.stderr
index 98029ab..8611b92 100644
--- a/testsuite/tests/th/TH_Roles2.stderr
+++ b/testsuite/tests/th/TH_Roles2.stderr
@@ -6,7 +6,7 @@ COERCION AXIOMS
Dependent modules: []
Dependent packages: [pretty-1.1.2.0, deepseq-1.4.1.1,
array-0.5.1.0, base-4.8.2.0, ghc-prim-0.4.0.0, integer-gmp-1.0.0.0,
- template-haskell-2.10.0.0]
+ template-haskell-2.11.0.0]
==================== Typechecker ====================
More information about the ghc-commits
mailing list