-
-
Notifications
You must be signed in to change notification settings - Fork 390
GHC ABI don't match #2862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
See #2857 |
thanks @wz1000! That was exactly the issue. For future reference, I solved it as follows:
to and I added a new
|
Hi @marcosh did the same thing as your but didn't manage to resolve it. I'm also facing the same error with emacs lsp-mode as well as neovim's nvim-lspconfig |
@shubham-cpp probably you need to clean your |
I'm not using any deps. I've opened a single file and thats about it. No project |
Your environment
Which OS do you use:
ArchLinux
Which LSP client (editor/plugin) do you use:
visual studio code + haskell.haskell extension
Describe your project (alternative: link to the project):
https://github.com/marcosh/existential-optics
Issue
When I open an
.hs
file in visual studio code,HLS
starts analyzing the file and produces this outputI tried to reproduce the issue on the command line and I got to the following, which seems to be the origin of the problem
I just installed
GHCUP
, so this behaviour could be related to a pre-existing installation ofStack
. I tried to delete manually all the files in.stack-work
,~/.stack/programs
and~/.stack/snapshots
but the issue remainsThe text was updated successfully, but these errors were encountered: