3.18 cabal version bumps#12104
Open
Mikolaj wants to merge 5 commits into
Open
Conversation
34 tasks
ulysses4ever
approved these changes
Jul 8, 2026
ulysses4ever
left a comment
Collaborator
There was a problem hiding this comment.
Whelp, this didn't go well... (CI is red)
But I'm gonna throw my money behind it anyways!
Member
Author
|
Done point 8. Point 9 is probably no longer needed (keys seem to auto-generate from hash). Remove when confirmed. Points 10 and 11 done, as well, so it seems complete. Let's remember to redo this on master branch later on. |
Member
Author
|
See #11653 (comment) for probably why CI is red for now. |
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.
Template Α: This PR modifies behaviour or interface
I've gone through all points of https://github.com/haskell/cabal/wiki/Making-a-release#c3-bumping-version-numbers and implemented what was missing up to and not including point 8: 1, 2, 3, 4 (only
.github/workflows/bootstrap.yml), 6. See below for next steps.