summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-10-28 15:56:22 +0300
committerBryan Richter <bryan@haskell.foundation>2022-11-25 12:24:41 +0200
commit0ff097860f3f80112d4e472be5dc100146f516ab (patch)
tree916e054e9c90a357cc9a2df2730f55d5f9ca5b7a
parent93896216ef2fa5c2fd4c89a396cbbe1b7768c194 (diff)
downloadhaskell-wip/T22342.tar.gz
configure: Bump min bootstrap GHC version to 9.2wip/T22342
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b5855f4ef0..2099de1efd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,7 @@ if test "$WithGhc" = ""
then
AC_MSG_ERROR([GHC is required.])
fi
-MinBootGhcVersion="9.0"
+MinBootGhcVersion="9.2"
FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[$MinBootGhcVersion],
[AC_MSG_ERROR([GHC version $MinBootGhcVersion or later is required to compile GHC.])])