-
Notifications
You must be signed in to change notification settings - Fork 93
On Hackage lsp-types release restricts to aeson <1.6 #373
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
Thanks for noting it, we will need a new lsp release with aeson-2.0 support. |
I think that revision was to stop the old release from picking the new |
|
|
@jneira I think you're the person who can do Hackage releases. Should we go ahead and do one? I don't think there's anything we're especially waiting for. |
well want to check if hls including the test suite is ok against LSP master before the release in any case will add you to the hackage uploaders list (if you agree obviously) is https://hackage.haskell.org/user/michaelpj you main account there? |
Yeah, I just made a hackage account so I can help out with stuff like this :) |
done for the three packages living here |
the aeson-2 thing is being more complex, so I will open a pr in hls only using master of LSP packages to do the sanity check before the release |
I have a WIP branch for this, it's a fair amount of churn for dealing with the numeric type changes. Happy to keep at it, or I can push it so you can start from there. |
Released a new version that works. |
Uh oh!
There was an error while loading. Please reload this page.
Seen that
lsp-types
was released with 2.0 support, but then the revision was made to< 1.6
https://hackage.haskell.org/package/lsp-types-1.3.0.1/revisions/.So in the future, a new release with working support of
aeson >= 2.0.1
would contribute into HLS having full support for9.0.1
.Since
brittany
released support of9.0.1
requiringaeson >= 2.0.1
: https://hackage.haskell.org/package/brittanyThat with
aeson < 1.6
here currently makes a restriction that prevents Cabal from solving bounds during HLS build for 9.0.1 with enabledbrittany
plugin:https://github.com/haskell/haskell-language-server/runs/4498074985?check_suite_focus=true
The text was updated successfully, but these errors were encountered: