[commit: ghc] wip/ghc-8.0: Bump GHC version to 8.0.0 (7838e2a)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 17:10:05 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/7838e2a9c84916418ae77811f0381d7889acbcfa/ghc

>---------------------------------------------------------------

commit 7838e2a9c84916418ae77811f0381d7889acbcfa
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Dec 21 18:10:12 2015 +0100

    Bump GHC version to 8.0.0


>---------------------------------------------------------------

7838e2a9c84916418ae77811f0381d7889acbcfa
 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