-
-
Notifications
You must be signed in to change notification settings - Fork 391
ghcide: Update dependency on hls-plugin-api
#2382
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
When building
Building |
2204a16 broke backward compatibility between `ghcide` and `hls-plugin-api`
99ea691
to
f203a23
Compare
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.
lgtm, will need hackage revision
|
@hololeap all revisions done, many thanks for help us to keep correct bounds //cc @pepeiborra |
Restrict versions of dependency `hls-plugin-api` Bug: haskell/haskell-language-server#2382 Fix typo in `src_configure()` Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: hololeap <[email protected]>
Restrict versions of dependency `hls-plugin-api` Bug: haskell/haskell-language-server#2382 Fix typo in `src_configure()` Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: hololeap <[email protected]>
2204a16 broke backward compatibility between
ghcide
andhls-plugin-api
In addition to this PR, the following will need to be revised on hackage:
Versions
1.4.1.0
1.4.2.0
1.4.2.1
1.4.2.2
1.4.2.3
will needhls-plugin-api ^>= 1.2.0.0
changed to
hls-plugin-api >= 1.2.0.0 && < 1.2.0.2
Version
1.5.0
will needhls-plugin-api ^>= 1.2.0.0
changed to
hls-plugin-api ^>= 1.2.0.2