[Git][ghc/ghc][wip/configure-9.0-check] configure: Bump minimum bootstrap GHC version

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Wed Oct 12 20:15:50 UTC 2022



Matthew Pickering pushed to branch wip/configure-9.0-check at Glasgow Haskell Compiler / GHC


Commits:
94584671 by Ben Gamari at 2022-10-12T21:15:22+01:00
configure: Bump minimum bootstrap GHC version

Fixes #22245

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -224,8 +224,9 @@ if test "$WithGhc" = ""
 then
     AC_MSG_ERROR([GHC is required.])
 fi
-FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[8.10],
-    [AC_MSG_ERROR([GHC version 8.10 or later is required to compile GHC.])])
+MinBootGhcVersion="9.0"
+FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[$MinBootGhcVersion],
+    [AC_MSG_ERROR([GHC version $MinBootGhcVersion or later is required to compile GHC.])])
 
 if test `expr $GhcMinVersion % 2` = "1"
 then



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/94584671e69a170cc3121d16a5fa1a693be143af

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/94584671e69a170cc3121d16a5fa1a693be143af
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/20221012/64aab1af/attachment.html>


More information about the ghc-commits mailing list