Skip to content

Commit 7c01365

Browse files
committed
Discourage direct installation from Hackage
(cherry picked from commit 91796fb)
1 parent 2dc4cbc commit 7c01365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ If your desired ghc has been found, you use it to install haskell-language-serve
249249

250250
### Installation from Hackage
251251

252-
Direct installation from Hackage is supported via `cabal install haskell-language-server`.
253-
This builds the `haskell-language-server` binary and installs it in the default Cabal binaries folder.
254-
This binary will only work against the same GHC version that was used to build it.
252+
Direct installation from Hackage, while possible via `cabal install haskell-language-server`, is not recommended for most people.
253+
Said command builds the `haskell-language-server` binary and installs it in the default Cabal binaries folder,
254+
but the binary will only work with projects that use the same GHC version that built it.
255255

256256
## Configuring `haskell-language-server`
257257

0 commit comments

Comments
 (0)