-
Notifications
You must be signed in to change notification settings - Fork 248
haskell-language-server throws "this operation requires -fexternal-interpreter" #1527
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
git bisect points to this commit: 95faec6 |
I'm also seeing this with latest haskell.nix GHC 9.* (macos) |
This should be fixed by #1520. |
@hamishmack this is now working for ghc 9.0.2, but oddly not for ghc 9.2.3 (at least for me) perhaps an hls upstream issue though |
I'm also seeing this on ghc 9.2.3. From hackage, we can see ghc 9.2.2 has a flag |
I use ghc 8.10.7 from haskell.nix (commit 5a310b0) and
haskell-language-server
1.7.0.0 built withhaskell-nix.cabalProject
from github release tarball.When running
haskell-language-server
from CLI or through my editor, I get this error for every file:I've reported this to haskell-language-server at haskell/haskell-language-server#2975, but turns out that this is probably compiler-related.
Quoting @wz1000:
Curiously, with haskell.nix 6d6df80 everything works.
I will try to bisect, if it gives something, I'll update here.
The text was updated successfully, but these errors were encountered: