Skip to content
Snippets Groups Projects
Commit cebb5819 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

configure: Bump minimal boot GHC version to 9.4

(cherry picked from commit d3ffdaf9)
parent e77a0b41
No related branches found
No related tags found
No related merge requests found
......@@ -231,7 +231,7 @@ if test "$WithGhc" = ""
then
AC_MSG_ERROR([GHC is required.])
fi
MinBootGhcVersion="9.2"
MinBootGhcVersion="9.4"
FP_COMPARE_VERSIONS([$GhcVersion],[-lt],[$MinBootGhcVersion],
[AC_MSG_ERROR([GHC version $MinBootGhcVersion or later is required to compile GHC.])])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment