[commit: ghc] ghc-8.0: Bump GHC version to 8.0.0 (24cf43f)
git at git.haskell.org
git at git.haskell.org
Wed Dec 30 14:33:35 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/24cf43fe46c0f5c09101e8b6bb4a8ffda51ec1c5/ghc
>---------------------------------------------------------------
commit 24cf43fe46c0f5c09101e8b6bb4a8ffda51ec1c5
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 21 18:10:12 2015 +0100
Bump GHC version to 8.0.0
NB: We need to use `8.0` rather than `8.0.0`
Differential Revision: https://phabricator.haskell.org/D1679
>---------------------------------------------------------------
24cf43fe46c0f5c09101e8b6bb4a8ffda51ec1c5
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d37edee..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], [8.0], [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