We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current master branch (a9113df) Output of haskell-language-server --probe-tools or haskell-language-server-wrapper --probe-tools:
haskell-language-server --probe-tools
haskell-language-server-wrapper --probe-tools
haskell-language-server version: 1.1.0.1 (GHC: 8.10.4) (PATH: /home/jjc/.local/bin/haskell-language-server) (GIT hash: a9113df001a26b155d2c9e2ce8b9e85242d35d92) Tool versions found on the $PATH cabal: 3.4.0.0 stack: 2.7.1 ghc: 8.10.4
Which OS do you use: Manjaro Which lsp-client do you use: N/A Describe your project (alternative: link to the project): N/A Contents of hie.yaml: N/A
hie.yaml
Run stack test hls-eval-plugin
stack test hls-eval-plugin
Works as with Cabal
Failed as there's no code lens (like the following):
Produces Evaluate code lenses: FAIL (2.42s) test/Main.hs:34: expected: [Just "Evaluate..."] but got: []
The text was updated successfully, but these errors were encountered:
It's because of hie.yaml in its testdata directory. I will fix this in #1836.
Sorry, something went wrong.
Actually I failed because of QuickCheck dependency of the tests...
QuickCheck
Old and I think not that important
No branches or pull requests
Your environment
Current master branch (a9113df)
Output of
haskell-language-server --probe-tools
orhaskell-language-server-wrapper --probe-tools
:haskell-language-server version: 1.1.0.1 (GHC: 8.10.4) (PATH: /home/jjc/.local/bin/haskell-language-server) (GIT hash: a9113df001a26b155d2c9e2ce8b9e85242d35d92) Tool versions found on the $PATH cabal: 3.4.0.0 stack: 2.7.1 ghc: 8.10.4
Which OS do you use: Manjaro
Which lsp-client do you use: N/A
Describe your project (alternative: link to the project): N/A
Contents of
hie.yaml
: N/ASteps to reproduce
Run
stack test hls-eval-plugin
Expected behaviour
Works as with Cabal
Actual behaviour
Failed as there's no code lens (like the following):
The text was updated successfully, but these errors were encountered: