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

git at git.haskell.org git at git.haskell.org
Wed Dec 30 07:38:13 UTC 2015


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

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

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

commit ff8923747989eca936822d7d47b794db50095bdf
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


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

ff8923747989eca936822d7d47b794db50095bdf
 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