Skip to content

Commit

Permalink
GHC 6.12 is now needed to build the HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Dec 14, 2010
1 parent 1dac1b2 commit cf00e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit cf00e6f

Please sign in to comment.