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
1 changed file:
Changes:
... | ... | @@ -219,7 +219,7 @@ if test "$WithGhc" = "" |
219 | 219 | then
|
220 | 220 | AC_MSG_ERROR([GHC is required.])
|
221 | 221 | fi
|
222 | -MinBootGhcVersion="9.8"
|
|
222 | +MinBootGhcVersion="9.10"
|
|
223 | 223 | FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[$MinBootGhcVersion],
|
224 | 224 | [AC_MSG_ERROR([GHC version $MinBootGhcVersion or later is required to compile GHC.])])
|
225 | 225 |