-
Notifications
You must be signed in to change notification settings - Fork 182
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
Release for GHC 9.8.1 #971
Comments
Yes, we can make a release this week. |
I'll be able to make the release tomorrow. |
Released! |
@treeowl something seems wrong here: f5d0b13 says "Bump version to 0.7", but actually bumps to 0.6.8 only: containers/containers/containers.cabal Lines 1 to 2 in f5d0b13
Hackage release seems correct however. |
Yes, that commit is broken. The next one fixes it, no? |
I should have noticed this mix-up this morning. I had assumed that the Unfortunately, the GHC release pipeline which I had planned to cut today's release candidate from refers to this broken commit and will need to be scrapped. This implies that we will need to push the release candidate by at least a day. However, I fear that the situation is even worse than this as none of the boot libraries' bounds current accommodate @treeowl, I don't believe a major release of |
@bgamari FWIW I think it's only Uh, ...and |
I raised haskell/cabal#9289 for |
@Bodigrim beyond the problem of boot library bounds, there is also the matter of other downstream users. Ideally we try not to bump major versions this late in the cycle since downstreams may have already started bumping their bounds to accommodate the new release. |
There is a change in |
@treeowl, the My proposal is that we simply create a |
I don't believe the change #953 can break anything in compile time, but I classified it as breaking back then because |
@bgamari , most of the release is documentation and testing improvements, so I think just backing out the |
Thank you. |
@bgamari I backed out the potentially breaking commit on an 0.6.8 branch. I don't think any of the other changes could plausibly break anything. |
Will you be able to cut a release from this branch? |
Ahh , I see that you have already done so. Thanks for the fast turnaround. @treeowl . |
@treeowl, on reviewing GHC's submodules I noticed that the
containers
commit used by GHC 9.8.1 has a few substantive changes relative to the most recent release, 0.6.7. Unfortunately, this means that a Hackage revision will not be sufficient and we will instead need a proper release. Do you suppose this could happen sometime in the next week or so?If a release is not possible then I can instead bump GHC back to 0.6.7 with a bounds bump revision (namely f61b0c9).
Apologies for noticing this so late; my earlier audit from our discussion in #955 left me thinking that the only changes were in benchmarks and tests.
The text was updated successfully, but these errors were encountered: