Increase the minimum version number required to 6.10 in configure.ac
authorIan Lynagh <igloo@earth.li>
Mon, 12 Apr 2010 23:53:13 +0000 (23:53 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 12 Apr 2010 23:53:13 +0000 (23:53 +0000)
configure.ac

index 3c4e594..a4eb022 100644 (file)
@@ -141,8 +141,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.8],
-    [AC_MSG_ERROR([GHC version 6.8 or later is required to compile GHC.])])dnl
+  FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[6.10],
+    [AC_MSG_ERROR([GHC version 6.10 or later is required to compile GHC.])])dnl
 
   if test `expr $GhcMinVersion % 2` = "1"; then
      if test "$EnableBootstrapWithDevelSnaphost" = "NO"; then