summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-10-28 15:56:22 +0300
committerMatthew Pickering <matthewtpickering@gmail.com>2022-12-12 16:40:18 +0000
commit23779978548b7416e354c94ab2f51d6e1a7386a4 (patch)
tree960adec79e066a4b87f0dcc7f0234947af8b1b01
parentbfd7c1e653c207dd5dea599f16ee4afad03f2ea5 (diff)
downloadhaskell-wip/ghc-9.2-min-version.tar.gz
configure: Bump min bootstrap GHC version to 9.2wip/ghc-9.2-min-version
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 62c9a6b54e..7e61534fdc 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.])])