-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Installation from Hackage - add README section #1183
Conversation
README.md
Outdated
@@ -245,6 +247,12 @@ If your desired ghc has been found, you use it to install haskell-language-serve | |||
./cabal-hls-install hls-8.6.5 | |||
``` | |||
|
|||
### Installation from Hackage | |||
|
|||
Direct installation from Hackage is supported via `cabal install haskell-language-server`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you could use stack
to install it too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, since it's not in Stackage and therefore would require a ton of extra-reps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mmm you are right, it is possible with one command (stack install brittany-0.13.1.0 Cabal-3.0.2.0 clock-0.7.2 ... haskell-language-server
) but not straighforward
Following #1175