-
-
Notifications
You must be signed in to change notification settings - Fork 389
hls-splice-plugin: can't compile with GHC 9.2.2 #2796
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
|
Yep, 9.2.2 does compile, but the splice plugin seems to be disabled by default (in stack-9.2.yaml). what if you enable the splice plugin before compiling hls? Does that compile for you too? |
Ah yes, apologies. It's disabled in cabal-ghc92.project file. |
There is a meta-issue for 9.2.* support here: #2179 hls-splice-plugin was noted as working in 9.2.1, which is no longer true. |
Old, and the configs have changed a lot since then. |
Your environment
Which OS do you use:
MacOS
Which LSP client (editor/plugin) do you use:
Directly starting haskell-language-server from terminal while trying to install it properly.
Describe your project (alternative: link to the project):
haskell project using QuasiQuotes language extension
Steps to reproduce
Try compiling hls after enabling the hls-splice-plugin in stack-9.2.yaml
Expected behaviour
Not entirely expected, but desired behavior is that it just compiles without issue :)
Actual behaviour
Compilation error related to Language.Haskell.GHC.ExactPrint
Include debug information
The README at https://github.com/alanz/ghc-exactprint shows there is a new (and perhaps backwards incompatible) version for GHC 9.2
The text was updated successfully, but these errors were encountered: