[commit: ghc] wip/ghc-8.0: Bump GHC version to 8.0.0 (f8296b4)
git at git.haskell.org
git at git.haskell.org
Mon Dec 21 22:10:32 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/f8296b439f91673e8b612a8265af60d8a921b5e6/ghc
>---------------------------------------------------------------
commit f8296b439f91673e8b612a8265af60d8a921b5e6
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 21 18:10:12 2015 +0100
Bump GHC version to 8.0.0
Test Plan: testing whether we need to fixup something for the version bump
Reviewers: austin, bgamari
Subscribers: thomie, erikd
Differential Revision: https://phabricator.haskell.org/D1679
>---------------------------------------------------------------
f8296b439f91673e8b612a8265af60d8a921b5e6
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 69cdd2b..44054c2 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.11], [glasgow-haskell-bugs at haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [8.0.0], [glasgow-haskell-bugs at haskell.org], [ghc])
# Set this to YES for a released version, otherwise NO
: ${RELEASE=NO}
More information about the ghc-commits
mailing list