summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-07-21 18:23:01 +0200
committerBen Gamari <ben@smart-cactus.org>2015-07-21 21:42:54 +0200
commit97a50d5096e134a1b713a085a7ba859bdd7143d1 (patch)
treeb33ea3c12c11d29d8d22ae134cfc4e41ce958a34
parentf519cb551c5b17feb7dbc12d5c08ee64a64c6a92 (diff)
downloadhaskell-97a50d5096e134a1b713a085a7ba859bdd7143d1.tar.gz
configure: Bump minimum bootstrap GHC version to 7.8
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7553fc1646..8d66f3f66a 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