From: Ian Lynagh Date: Tue, 14 Dec 2010 01:09:23 +0000 (+0000) Subject: GHC 6.12 is now needed to build the HEAD X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=cf00e6f9496393962342df483f9555b8c71ae0c2 GHC 6.12 is now needed to build the HEAD --- diff --git a/configure.ac b/configure.ac index a59fa08..7c94887 100644 --- a/configure.ac +++ b/configure.ac @@ -139,8 +139,8 @@ if test "$BootingFromHc" = "NO" -a -d "$srcdir/compiler"; then if test "$WithGhc" = ""; then AC_MSG_ERROR([GHC is required unless bootstrapping from .hc files.]) fi - FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.10], - [AC_MSG_ERROR([GHC version 6.10 or later is required to compile GHC.])])dnl + FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.12], + [AC_MSG_ERROR([GHC version 6.12 or later is required to compile GHC.])])dnl if test `expr $GhcMinVersion % 2` = "1"; then if test "$EnableBootstrapWithDevelSnaphost" = "NO"; then