We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We'll need to migrate dhall-lsp-server to the new package.
dhall-lsp-server
Some instructions on the migration can be found in the changelog for lsp-1.0.0.0: https://hackage.haskell.org/package/lsp-1.0.0.0/changelog
lsp-1.0.0.0
The text was updated successfully, but these errors were encountered:
Regarding lsp-test: lsp-test >= 0.13 is based on lsp, so migrating to lsp should also help us become compatible with the latest lsp-test releases.
lsp-test
lsp-test >= 0.13
lsp
Sorry, something went wrong.
Support aeson 2.0
b25aba1
https://hackage.haskell.org/package/aeson-2.0.0.0/changelog The one exception is `dhall-lsp-server` where the deprecated `haskell-lsp` dependency is unlikely to gain compatibility with aeson >= 2. See #2270.
Allow aeson 2.0 (#2315)
becb446
haskell-lsp
Successfully merging a pull request may close this issue.
We'll need to migrate
dhall-lsp-server
to the new package.Some instructions on the migration can be found in the changelog for
lsp-1.0.0.0
: https://hackage.haskell.org/package/lsp-1.0.0.0/changelogThe text was updated successfully, but these errors were encountered: