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: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -635,6 +635,13 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
635
635
These are known to be somewhat buggy at the moment: https://github.com/haskell/haskell-language-server/issues/478.
636
636
This issue should be fixed in Stack versions >= 2.5.
637
637
638
+
#### Problems with dynamic linking
639
+
640
+
As haskell-language-server prebuilt binaries are statically linked, they don't play well with projects using dynamic linking.
641
+
An usual symptom is the presence of errors containing `unknown symbol` and it is typical in arch linux, where a dynamically linked version of ghc is used.
642
+
643
+
The workaround is to use a version of haskell-language-server compiled from source with `-dynamic` enabled`. See more details [here](https://github.com/haskell/haskell-language-server/issues/1160#issuecomment-756566273).
0 commit comments