diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-25 18:09:16 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-09-25 18:09:16 -0400 |
commit | 31283b53e42fd87b48f8b2c913ec1b029d61717a (patch) | |
tree | 6120cddc5c3be08c49c726d973a50d28cf5f236f | |
parent | f89a69e18c842b7b69b9bc9175791c8da1b63660 (diff) | |
download | haskell-wip/bump-min-bootstrap-version.tar.gz |
configure: Bump the minimum bootstrap compiler versionwip/bump-min-bootstrap-version
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 470de218ee..f1239d5388 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 |