-
Notifications
You must be signed in to change notification settings - Fork 248
haskell-language-server: this operation requires -fexternal-interpreter #1512
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
One way to reproduce this is:
|
To others on GHC 9+, the fix is more than just
|
hamishmack
added a commit
that referenced
this issue
Jun 17, 2022
hamishmack
added a commit
that referenced
this issue
Jun 17, 2022
hamishmack
added a commit
that referenced
this issue
Jun 17, 2022
hamishmack
added a commit
that referenced
this issue
Jun 17, 2022
hamishmack
added a commit
that referenced
this issue
Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error seems to happen when using
reinstallableLibGhc = true
withhaskell-language-server
(which is now the default). We should try to fix thereinstallableLibGhc
, but of now anyone seeing this error can add amodules = [{ reinstallableLibGhc = false; }];
, for instance changing:to
The text was updated successfully, but these errors were encountered: