File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ background](https://neilmitchell.blogspot.com/2020/01/one-haskell-ide-to-rule-th
2727 - [ Building] ( #building )
2828 - [ Install via cabal] ( #install-via-cabal )
2929 - [ Install specific GHC Version] ( #install-specific-ghc-version )
30+ - [ Installation from Hackage] ( #installation-from-hackage )
3031 - [ Configuring haskell-language-server] ( #configuring-haskell-language-server )
3132 - [ Configuring your project build] ( #configuring-your-project-build )
3233 - [ Configuring your editor] ( #configuring-your-editor )
@@ -245,6 +246,12 @@ If your desired ghc has been found, you use it to install haskell-language-serve
245246./cabal-hls-install hls-8.6.5
246247```
247248
249+ ### Installation from Hackage
250+
251+ Direct installation from Hackage, while possible via ` cabal install haskell-language-server ` , is not recommended for most people.
252+ Said command builds the ` haskell-language-server ` binary and installs it in the default Cabal binaries folder,
253+ but the binary will only work with projects that use the same GHC version that built it.
254+
248255## Configuring ` haskell-language-server `
249256
250257Language servers like ` haskell-language-server ` expose most of their configuration via the client (i.e. the editor).
You can’t perform that action at this time.
0 commit comments