[Git][ghc/ghc][wip/T22342] configure: Bump min bootstrap GHC version to 9.2
Bryan R (@chreekat)
gitlab at gitlab.haskell.org
Fri Oct 28 12:56:49 UTC 2022
Bryan R pushed to branch wip/T22342 at Glasgow Haskell Compiler / GHC
Commits:
2ac58893 by Bryan Richter at 2022-10-28T15:56:22+03:00
configure: Bump min bootstrap GHC version to 9.2
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
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.])])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2ac58893bf93bfe3280c41815b596c3643143e48
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2ac58893bf93bfe3280c41815b596c3643143e48
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221028/c98b838d/attachment.html>
More information about the ghc-commits
mailing list