sheaf

Results 97 comments of sheaf

I think having such an API test is going to be very valuable, as it allows us to confidently assess the API impact of PRs under review. This will give...

I have updated the release checklist to include the `Cabal-hooks` library. As this package is versioned separately from the `Cabal` library, it will only need to be released on Hackage...

> > As this package is **versioned separately from the Cabal library**, it will only need to be released on Hackage when its version number changes (following the PVP). >...

One concern I have is that `CommonSetupFlags` is meant to be for flags common to all Setup invocations (it's a Cabal library concept). I don't think `cabal-install` should directly be...

Thanks for your continued investigation @mpilgrem. I don't believe this change was intended. My working directory patch didn't make it into Cabal 3.12, so I don't think that is the...

I have added a changelog entry under `pr-11077`, which goes over the user-facing changes and gives some advice about migrating.

Current TODOs: - [ ] Rebase. - [ ] Add a test (I was working on one but found it a bit difficult to write a good test without #9871)....