Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: c8882ed7 by Ben Gamari at 2025-08-20T11:55:49-04:00 configure: Bump minimal bootstrap GHC version to 9.8 - - - - - 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.6" +MinBootGhcVersion="9.8" 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/c8882ed707c2542efe42d0967c74d231... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c8882ed707c2542efe42d0967c74d231... You're receiving this email because of your account on gitlab.haskell.org.