Integrate the use of ghcup to download the required toolchain #483
Labels
type: enhancement
An enhancement to an already existing feature
type: user experience
An enhancement to the UX, e.g. better error handling
Moved from haskell/haskell-language-server#2251
ghcup install cabal && ghcup install ghc ${version}
, where ${version} will be the ghc version reported by the cradle or empty if it is not known, after downloading cabal itself (needed for query the ghc version)ghcup install stack
and let stack download the rest of needed tools (as with the default stack via ghcup will download ghc and/or msys2 in its own)ghcup install ghc
The text was updated successfully, but these errors were encountered: