File tree 1 file changed +7
-0
lines changed
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
27
27
- [ Building] ( #building )
28
28
- [ Install via cabal] ( #install-via-cabal )
29
29
- [ Install specific GHC Version] ( #install-specific-ghc-version )
30
+ - [ Installation from Hackage] ( #installation-from-hackage )
30
31
- [ Configuring haskell-language-server] ( #configuring-haskell-language-server )
31
32
- [ Configuring your project build] ( #configuring-your-project-build )
32
33
- [ 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
245
246
./cabal-hls-install hls-8.6.5
246
247
```
247
248
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
+
248
255
## Configuring ` haskell-language-server `
249
256
250
257
Language 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