We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388fd40 commit d0e9055Copy full SHA for d0e9055
docs/installation.md
@@ -26,7 +26,7 @@ More information here: <https://www.haskell.org/ghcup/guide/#hls>
26
27
## Installation from source
28
29
-Direct installation from source, while possible via `cabal install haskell-language-server`
+Direct installation from source, while possible via `cabal install exe:haskell-language-server`
30
and `stack install --stack-yaml stack-<GHCVER>.yaml`, is not recommended for most people.
31
Said command builds the `haskell-language-server` binary and installs it in the default `cabal` binaries folder,
32
but the binary will only work with projects that use the same GHC version that built it.
0 commit comments