summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f0be81fd66..706c1fb959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,8 +157,8 @@ if test "$WithGhc" = ""
then
AC_MSG_ERROR([GHC is required.])
fi
-FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[8.4],
- [AC_MSG_ERROR([GHC version 8.4 or later is required to compile GHC.])])
+FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[8.6],
+ [AC_MSG_ERROR([GHC version 8.6 or later is required to compile GHC.])])
if test `expr $GhcMinVersion % 2` = "1"
then