Skip to content

Commit 6eb79f0

Browse files
authored
Merge pull request #423 from haskell/jneira-readme-nl
Separate paragraphs in README
2 parents e8c02fe + d2d07ba commit 6eb79f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,10 @@ For brevity, only the `stack`-based commands are presented in the following sect
195195
##### Install specific GHC Version
196196

197197
The script will install the executables `haskell-language-server-wrapper` and `haskell-language-server`.
198+
198199
It will copy the latter appending the used ghc version, needed by the wrapper to choose the suitable version
199-
for the project at hand.
200+
for the project at hand.
201+
200202
So installing the executables directly with `stack install` or `cabal v2-install` may not be enough
201203
for it to work properly.
202204

@@ -216,6 +218,7 @@ stack ./install.hs data
216218
`hls-8.8.3` target will build the project and install `haskell-language-server-wrapper`,
217219
`haskell-language-server`, `haskell-language-server-8.8.3` and `haskell-language-server-8.8`
218220
executables.
221+
219222
The Haskell Language Server can also be built with `cabal v2-build` instead of `stack build`.
220223
This has the advantage that you can decide how the GHC versions have been installed.
221224
To see what GHC versions are available, the command `cabal-hls-install ghcs` can be used.

0 commit comments

Comments
 (0)