Closed
Description
- As hls needs to be built from source to workaround many issues and there are users who want to use it that way, we are considering add a install from source method in ghcup (like the existing one for ghc):
- We should:
- Revise the existing issues about the script to determine i f any should be fixed to help in that integration: https://github.com/haskell/haskell-language-server/issues?q=is%3Aopen+is%3Aissue+label%3A%22component%3A+install%22
- Consider reopen and complete the pr about drop shake from the script to make it more lightweight: Drop dependency on shake for install.hs #63
- Redesign error handling and messages to make it suitable for the ghcup usage (without lossing generality if possible)