Hannes Siebenhandl pushed to branch wip/fendor/configure-ghc-version-9.10 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • configure.ac
    ... ... @@ -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