-
Notifications
You must be signed in to change notification settings - Fork 248
Unable to use ghc925 with haskell-language-server enabled #1827
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
Just realized that Lines 43 to 58 in 1059fc7
|
Not an issue with |
Maybe related to this issue: haskell/stylish-haskell#437. The CI code indicates |
For future readers, I've been able to get stylish-haskell (and thus hls) to build the following:
|
Build system: x86_64-linux
GHC: 9.2.5
Enabling
haskell-language-server
with ghc925 results in the following error when runningnix develop
:Steps To Reproduce
nix flake init --template templates#haskell-nix --impure
9.2.5
and enablehaskell-language-server
.flake.lock
nix develop
I also have a repository with the flake already setup: https://github.com/qwbarch/hnix-reproducible
The text was updated successfully, but these errors were encountered: