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
    ... ... @@ -47,7 +47,7 @@ do
    47 47
         >${ghc_version}.tar.xz
    
    48 48
       tar -xJf ${ghc_version}.tar.xz
    
    49 49
       cd ghc-${ghc_version}-*
    
    50
    -  ./configure --prefix "${project_root}/opt/${ghc_version}"
    
    50
    +  ./configure --prefix "${project_root}/other-ghcs/opt/${ghc_version}"
    
    51 51
       make install
    
    52 52
       cd ${project_root}
    
    53 53