[commit: ghc] ghc-7.8: Bump version to 7.8.1 (9976c2e)
git at git.haskell.org
git at git.haskell.org
Tue Feb 4 11:14:03 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/9976c2ece3aa43dea21879e16dd911bb9c16e6b2/ghc
>---------------------------------------------------------------
commit 9976c2ece3aa43dea21879e16dd911bb9c16e6b2
Author: Austin Seipp <aseipp at pobox.com>
Date: Tue Feb 4 05:13:35 2014 -0600
Bump version to 7.8.1
The version for RC2 will appear as '7.8.1.<date>'
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
9976c2ece3aa43dea21879e16dd911bb9c16e6b2
configure.ac | 2 +-
libraries/Cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 7bb83fb..599cc6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ dnl
# see what flags are available. (Better yet, read the documentation!)
#
-AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.8], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.8.1], [glasgow-haskell-bugs at haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
diff --git a/libraries/Cabal b/libraries/Cabal
index ee6d1cf..e97aa58 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit ee6d1cf5cefe18f6d74ed379af21d92f8b0ae92d
+Subproject commit e97aa58f68519db54de1c62339459ebb88aed069
More information about the ghc-commits
mailing list