Merged
Conversation
check: guard PackageInfo behind cabal-version ≥ 3.12check: add PackageInfo warning
2a5bacf to
b6f775d
Compare
Member
|
@mergify squash |
Add test for haskell#9331 Guard Paths_* behind `cabal-version: 3.12` or higher, “fail” and “succeed” tests. * check: guard PackageInfo behind cabal-version ≥ 3.12 Note we do not actually check for ≥ 3.12, since it is not possible to introduce constructors in point release. Instead the check always fires with PackageInfo_* is present, and suggests an upgrade path. * Fix testsuite * Add changelog
Contributor
✅ Pull request squashed successfully |
b6f775d to
90249c6
Compare
Member
|
That's not a real backport, but an original PR, which is probably why mergify ignores us. Given that, I'm going to merge via the big red button. |
Member
|
@mergify rebase |
Contributor
✅ Nothing to do for rebase action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
“Backport” of #9481, should be the last step (and close) #9331.
Include the following checklist in your PR:
QA instructions
cabal checkwill warn and suggest you to update tocabal3.12.Things to double-check:
PackageInfo_*module, regardless ofcabal-version)cabal-version. #9331?