-
Notifications
You must be signed in to change notification settings - Fork 720
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
Bump CHaP and remove most constraints from the cabal file #5012
Conversation
hedgehog >= 1.0 | ||
, dependent-sum >= 0.7.1.0 | ||
, bimap >= 0.4.0 | ||
, libsystemd-journal >= 1.4.4 |
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.
moved to cabal file
constraints: | ||
hedgehog >= 1.0 | ||
, dependent-sum >= 0.7.1.0 | ||
, bimap >= 0.4.0 |
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.
moved to cabal file
, dependent-sum >= 0.7.1.0 | ||
, bimap >= 0.4.0 | ||
, libsystemd-journal >= 1.4.4 | ||
, systemd >= 2.3.0 |
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.
moved to cabal file
, tree-diff >= 0.2.2 | ||
|
||
-- Haddock is broken in this release. Waiting for the next release | ||
, http2 < 4.0.0 |
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.
4.1 is released in Hackage with the fix
Ah, some are still needed for 9.2 it seems. |
4fcf29d
to
9c100d0
Compare
Perhaps @newhoggy could review. |
I revised a bunch of things in CHaP and the constraints are not needed any more.
9c100d0
to
41ad5d1
Compare
Maybe @disassembler ? |
bors r+ |
5012: Bump CHaP and remove most constraints from the cabal file r=michaelpj a=michaelpj I revised a bunch of things in CHaP and the constraints are not needed any more. Co-authored-by: Michael Peyton Jones <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Validation Failed","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
I revised a bunch of things in CHaP and the constraints are not needed
any more.