[Git][ghc/ghc][master] configure: Bump minimal bootstrap GHC version to 9.10

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 2d575a7f by fendor at 2025-08-29T11:01:36-04:00 configure: Bump minimal bootstrap GHC version to 9.10 - - - - - 2 changed files: - .gitlab-ci.yml - configure.ac Changes: ===================================== .gitlab-ci.yml ===================================== @@ -104,6 +104,7 @@ workflow: # which versions of GHC to allow bootstrap with .bootstrap_matrix : &bootstrap_matrix matrix: + # If you update this version, be sure to also update 'MinBootGhcVersion' in configure.ac - GHC_VERSION: 9.10.1 DOCKER_IMAGE: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12-ghc9_10:$DOCKER_REV" - GHC_VERSION: 9.12.2 ===================================== configure.ac ===================================== @@ -219,7 +219,7 @@ if test "$WithGhc" = "" then AC_MSG_ERROR([GHC is required.]) fi -MinBootGhcVersion="9.8" +MinBootGhcVersion="9.10" 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/2d575a7ffed946d7440f873f05fed7d9... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2d575a7ffed946d7440f873f05fed7d9... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)