[commit: ghc] wip/ghc-8.0: Bump GHC version to 8.0.0 (f5ef528)
git at git.haskell.org
git at git.haskell.org
Tue Dec 29 23:42:12 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/f5ef52887301366e4643b1b55a647a72b5c4cd14/ghc
>---------------------------------------------------------------
commit f5ef52887301366e4643b1b55a647a72b5c4cd14
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
>---------------------------------------------------------------
f5ef52887301366e4643b1b55a647a72b5c4cd14
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f5d624d..637d3cb 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