Skip to content

Commit d0e9055

Browse files
Change default cabal install target name (#3298)
1 parent 388fd40 commit d0e9055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ More information here: <https://www.haskell.org/ghcup/guide/#hls>
2626

2727
## Installation from source
2828

29-
Direct installation from source, while possible via `cabal install haskell-language-server`
29+
Direct installation from source, while possible via `cabal install exe:haskell-language-server`
3030
and `stack install --stack-yaml stack-<GHCVER>.yaml`, is not recommended for most people.
3131
Said command builds the `haskell-language-server` binary and installs it in the default `cabal` binaries folder,
3232
but the binary will only work with projects that use the same GHC version that built it.

0 commit comments

Comments
 (0)