Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
c8882ed7
by Ben Gamari at 2025-08-20T11:55:49-04: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.6"
|
|
| 222 | +MinBootGhcVersion="9.8"
|
|
| 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 |