-
Notifications
You must be signed in to change notification settings - Fork 90
Does the version of the Haskell Language Server used include the hls-eval-plugin? If not, could it? #824
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
What version of GHC are you trying to use HLS with? However just a few days ago this PR was merged which should make it work with ghc 9.4: haskell/haskell-language-server#3391 |
I got an error trying to run that.
Relative Haskell newbie here, so how do I specify which version of GHC to use? |
You need zlib-dev package. The CI shows what you need: |
Did you setup your haskell environment using ghcup (recommended)? If not, it dependes on whether you're using stack or cabal to build your project. If you're using stack, the version of ghc you're using depends on your project's stack configuration. |
Closing since I think this is resolved |
I'm trying to do this in VSCode:
https://haskell-language-server.readthedocs.io/en/latest/features.html#evaluation-code-snippets-in-comments
It doesn't seem to work.
Does the version of the HLS that the extension uses include this plugin? Is there a way for me to add it? Would you consider including it by default?
The text was updated successfully, but these errors were encountered: