You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -165,34 +165,34 @@ Using an explicit `hie.yaml` to configure the cradle can resolve the problem, se
165
165
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).
166
166
Dynamically linked binaries (including`ghci`) use the system linker instead of the GHC linker and avoid both issues.
167
167
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:
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:
0 commit comments