[Git][ghc/ghc][wip/fendor/configure-ghc-version-9.10] configure: Bump minimal bootstrap GHC version to 9.10

Hannes Siebenhandl pushed to branch wip/fendor/configure-ghc-version-9.10 at Glasgow Haskell Compiler / GHC Commits: 284d4456 by fendor at 2025-08-28T15:49:37+02:00 configure: Bump minimal bootstrap GHC version to 9.10 - - - - - 1 changed file: - configure.ac Changes: ===================================== 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/284d445660d5b4a72f4b6cdaad174e9d... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/284d445660d5b4a72f4b6cdaad174e9d... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Hannes Siebenhandl (@fendor)