-
Notifications
You must be signed in to change notification settings - Fork 90
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
Adding a package does not resolve an error #233
Comments
Thank you for your bug report! The good news is that it is implement in Haskell Language Server and ghcide! Neither of the projects have feature parity with Haskell IDE Engine, yet, but we are slowly getting there! |
thanks for information |
Hi, haskell-ide-engine in no longer supported and haskell-language-server still does not have the feature. It is tracked here: haskell/haskell-language-server#155 I hope this bug will be not present when the feature would be added |
When I use imports in my code and there are no package in my project two things happen:
BEFORE:
AFTER:
and no effect then
2) I still see the error (in first case and if I manually add a dependency)
The error occurs till I reopen my workspace
The text was updated successfully, but these errors were encountered: