Skip to content

Commit 11589f7

Browse files
authored
Fix typos in troubleshouting.md
1 parent 47cb213 commit 11589f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/troubleshooting.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -168,19 +168,19 @@ Dynamically linked binaries (including`ghci`) use the system linker instead of t
168168
The easiest way to obtain a dynamically linked HLS binary is to build HLS locally. With `cabal` this can be done as follows:
169169

170170
```bash
171-
cabal update && cabal install pkg:haskell-language-server"
171+
cabal update && cabal install pkg:haskell-language-server
172172
```
173173

174174
If you are compiling with a ghc version with a specific `cabal-ghc${ghcVersion}.project` in the repo you will have to use it. For example for ghc-9.0.x:
175175

176176
```bash
177-
cabal update && cabal install pkg:haskell-language-server --project-file=cabal-ghc90.project"
177+
cabal update && cabal install pkg:haskell-language-server --project-file=cabal-ghc90.project
178178
```
179179

180180
Or with `stack`:
181181

182182
```bash
183-
stack install haskell-language-server --stack-yaml=stack-${ghcVersion}.yaml"
183+
stack install haskell-language-server --stack-yaml=stack-${ghcVersion}.yaml
184184
```
185185

186186
You also can leverage `ghcup compile hls`:

0 commit comments

Comments
 (0)