Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC
Commits:
-
59aebe52
by Wolfgang Jeltsch at 2026-08-10T21:46:44+03:00
1 changed file:
Changes:
| ... | ... | @@ -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
|