[commit: packages/template-haskell] master: Bump to 2.10.0.0 (9bcc122)
git at git.haskell.org
git at git.haskell.org
Sun Mar 23 09:35:11 UTC 2014
Repository : ssh://git@git.haskell.org/template-haskell
On branch : master
Link : http://git.haskell.org/packages/template-haskell.git/commitdiff/9bcc122819a6f4a2ae7ad569717324b8368e801c
>---------------------------------------------------------------
commit 9bcc122819a6f4a2ae7ad569717324b8368e801c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Mar 23 10:02:44 2014 +0100
Bump to 2.10.0.0
Due to backward-incompat changes in 57b662c (re #7021)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
9bcc122819a6f4a2ae7ad569717324b8368e801c
template-haskell.cabal | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/template-haskell.cabal b/template-haskell.cabal
index ada86b8..d3cf0cc 100644
--- a/template-haskell.cabal
+++ b/template-haskell.cabal
@@ -1,6 +1,6 @@
name: template-haskell
-version: 2.9.0.0
--- GHC 7.6.1 released with 2.8.0.0
+version: 2.10.0.0
+-- GHC 7.8.1 released with 2.9.0.0
license: BSD3
license-file: LICENSE
category: Template Haskell
@@ -23,7 +23,7 @@ source-repository head
source-repository this
type: git
location: http://git.haskell.org/packages/template-haskell.git
- tag: template-haskell-2.9.0.0-release
+ tag: template-haskell-2.10.0.0-release
Library
default-language: Haskell2010
More information about the ghc-commits
mailing list