-
Notifications
You must be signed in to change notification settings - Fork 51
update Cabal-syntax
bound to permit 3.16
#327
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
update Cabal-syntax
bound to permit 3.16
#327
Conversation
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.
It seems this doesn't require a new release, but just a revision, right? If so, I can revise.
It seems so to me too. I think it's often the case. |
If there are no objections by then, I will merge and revise tomorrow. |
Can we get some evidence this works with Cabal-3.16? |
@geekosaur said on Matrix "building patched hackage-security locally (I did this last couple times)", but let us wait until @geekosaur confirms it was with cabal HEAD and all tests passed. |
I built it against cabal |
|
I will note that, unless the test suite is cleverer than I think it is, this probably doesn't exercise anything being added in 3.16. But I'm not sure it's supposed to (e.g. what, if anything, does it do with SPDX?). |
Yeah, that's mostly a smoke test, which is good enough. I guess @andreasabel's request has been satisified and there are no other objections, so I'm going to merge and revise today, as advertised. |
Doh, I didn't pay enough attention until I started revising on Hackage: shouldn't the second
|
BTW, I revised only hackage-security, as always, because only this one is needed for a cabal release. |
We're preparing to release
Cabal
andCabal-syntax
3.16. As per #309 we needhackage-security
to be updated before we release.