-
Notifications
You must be signed in to change notification settings - Fork 697
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
Allow hashable-1.5 #10178
Allow hashable-1.5 #10178
Conversation
CI still picks up 1.4.7: In theory, someone should build under the constraint ==1.5 + allow-newer. Was there a problem with the approach described at the bottom of https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#hackage-revisions ? Would be good to figure it out... |
I'm running it locally with overrides before I trigger a manual run. I'm also wondering if the frozen index-state will keep CI from finding it. |
Well. This is going to be fun: we validate with ghc 9.4.8, but the new |
Right, this was the problem last time we tried the manual run. Back then the static build succeeded (it's Independent of others so it may succeed even if others fail) so that was an evidence that this is a viable version bump. But in this case it will also fail because its GHC is older than 9.6 I think? |
It did fail, yes, and the build log confirmed it was using ghc 9.4.8. |
Local validate fails:
I don't know how much of this is because I have |
Well, it's cheap to check this guess, isn't it? I'd do that. It's not clear what to do if it's true, but that would fill in one bit of information for the fitire investigation. |
Indeed, disabling |
Mm, does it only fail with this patch about |
I doubt it, I just don't run local validates that often and last time I did I'd disabled documentation because it was crashing cabal-install HEAD with an internal assert. |
ah, good |
And confirmed, it also fails on |
Mrf. It already plays games with the cabal config. |
@geekosaur any particular reason this one was closed? |
The battle goes on in #10244 |
Fixes #10177
Please read Github PR Conventions and then fill in one of these two templates.
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR: