Description
Your environment
Which OS do you use?
ArchLinux
Which version of GHC do you use and how did you install it?
9.0.2 from ghcup
How is your project built (alternative: link to the project)?
N/A
Which LSP client (editor/plugin) do you use?
N/A
Which version of HLS do you use and how did you install it?
1.8.0.0 attempted to compile via ghcup
Have you configured HLS in any way (especially: a hie.yaml
file)?
No
Steps to reproduce
I can reproduce the issue locally using ghcup compile hls --version 1.8.0.0 --ghc 9.0.2
. Seems like hackage is trying to build for ghc 9.2.4 but it's getting the same error messages.
Expected behaviour
It should build.
Actual behaviour
It doesn't build due to unresolvable dependencies.
Debug information
The build log on hackage can be found here https://hackage.haskell.org/package/haskell-language-server-1.8.0.0/reports/2, and I get the same error log on my local machine via ghcup