-
-
Notifications
You must be signed in to change notification settings - Fork 389
"cabal-hls-install ghcs" does not list all ghc versions available. #2285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am afraid that we dropped support for ghc-8.10.4 so we removed stack-8.10.4.yaml and it is the source for the supported ghcs list in the script. The message has to be improved as it should note Possible solutions:
|
Feel free to close the issue if you see fit. |
It is possible with ghcup:
There is even an issue about automate it: https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/245 |
#2285 will do, thanks for report the issue! |
Thanks @jneira, Just wanted to point out to future readers that the correct syntax for the
|
I have ghc 8.10.4 installed (through ghcup). However, when I run
./cabal-hls-install ghcs
, version 8.10.4 does not show up.Your environment
Ubuntu 20.04.3 LTS.
Steps to reproduce
1119def0f94598086f5c8b23c727a40f99cdd969
)./cabal-hls-install ghcs
.Expected behaviour
I expected GHC 8.10.4 to be listed.
Actual behaviour
The text was updated successfully, but these errors were encountered: