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 Add missing newline escaping - - - - - 1 changed file: - .gitlab/base-ci.sh Changes: ===================================== .gitlab/base-ci.sh ===================================== @@ -53,7 +53,7 @@ do # Build `base` with the installed GHC cd libraries/base - cabal build + cabal build \ --with-compiler "${project_root}/other-ghcs/opt/${ghc_version}/bin/ghc" \ --allow-boot-library-installs \ -O0 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59aebe52c0e532e7cf387f551ea6188c... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/59aebe52c0e532e7cf387f551ea6188c... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help