Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/base-ci.sh
    ... ... @@ -53,7 +53,7 @@ do
    53 53
     
    
    54 54
       # Build `base` with the installed GHC
    
    55 55
       cd libraries/base
    
    56
    -  cabal build
    
    56
    +  cabal build \
    
    57 57
         --with-compiler "${project_root}/other-ghcs/opt/${ghc_version}/bin/ghc" \
    
    58 58
         --allow-boot-library-installs \
    
    59 59
         -O0