-
Notifications
You must be signed in to change notification settings - Fork 218
dhall-lsp-server: Update to haskell-lsp 0.19 #1626
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Many thanks! :)
@EggBaconAndSpam I believe you'll need to update the versions in the |
Yup I missed that one, thanks @sjakobi! |
@EggBaconAndSpam: Looks like the tests need to be updated for |
Damn 😄 I'll fix it on Saturday! |
haskell-lsp 0.19 requires at least lsp-test 0.9.
Looks like we need a newer parser-combinators than the stack lts provides. |
@EggBaconAndSpam: Thank you! 🙂 |
As suggested by @sjakobi in #1622.