[Git][ghc/ghc][wip/ghc-9.2-min-version] configure: Bump min bootstrap GHC version to 9.2
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Mon Dec 12 16:40:34 UTC 2022
Matthew Pickering pushed to branch wip/ghc-9.2-min-version at Glasgow Haskell Compiler / GHC
Commits:
23779978 by Bryan Richter at 2022-12-12T16:40:18+00: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/23779978548b7416e354c94ab2f51d6e1a7386a4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23779978548b7416e354c94ab2f51d6e1a7386a4
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/20221212/80cd0b2b/attachment.html>
More information about the ghc-commits
mailing list