[commit: ghc] master: configure: Bump minimum bootstrap GHC version to 7.8 (97a50d5)

git at git.haskell.org git at git.haskell.org
Tue Jul 21 19:42:13 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/97a50d5096e134a1b713a085a7ba859bdd7143d1/ghc

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

commit 97a50d5096e134a1b713a085a7ba859bdd7143d1
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jul 21 18:23:01 2015 +0200

    configure: Bump minimum bootstrap GHC version to 7.8


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

97a50d5096e134a1b713a085a7ba859bdd7143d1
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7553fc1..8d66f3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,8 +136,8 @@ if test "$WithGhc" = ""
 then
     AC_MSG_ERROR([GHC is required.])
 fi
-FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.6],
-    [AC_MSG_ERROR([GHC version 7.6 or later is required to compile GHC.])])
+FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[7.8],
+    [AC_MSG_ERROR([GHC version 7.8 or later is required to compile GHC.])])
 
 if test `expr $GhcMinVersion % 2` = "1"
 then



More information about the ghc-commits mailing list