Related:
It might be somewhat annoying for end-users to figure out how to override the stack installer precisely. They would need to know which GHC bindist ghcup would install on their platform (but they might not be using it), because ghcup is used when building HLS in CI:
|
export BOOTSTRAP_HASKELL_GHC_VERSION="${GHC_VERSION:-recommended}" |
Also relevant: https://gitlab.haskell.org/ghc/ghc/-/issues/21590
Related:
It might be somewhat annoying for end-users to figure out how to override the stack installer precisely. They would need to know which GHC bindist
ghcupwould install on their platform (but they might not be using it), because ghcup is used when building HLS in CI:haskell-language-server/.gitlab/ci.sh
Line 27 in 9e1738e
Also relevant: https://gitlab.haskell.org/ghc/ghc/-/issues/21590