Skip to content

Commit 64f0e26

Browse files
committed
tweak wording
1 parent a79b7a5 commit 64f0e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Using an explicit `hie.yaml` to configure the cradle can resolve the problem, se
165165
Static binaries use the GHC linker for dynamically loading dependencies when typechecking TH code, and this can run into issues when loading shared objects linked against mismatching system libraries, or into GHC linker bugs (mainly the Mach linker used in Mac OS, but also potentially the ELF linker).
166166
Dynamically linked binaries (including`ghci`) use the system linker instead of the GHC linker and avoid both issues.
167167

168-
The easiest way to obtain a dynamically linked HLS binary is to build it locally. With `cabal` this can be done as follows:
168+
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
171171
cabal update && cabal install pkg:haskell-language-server"

0 commit comments

Comments
 (0)