Merge staging-next into staging

This commit is contained in:
github-actions[bot] 2024-10-22 00:14:47 +00:00 committed by GitHub
commit 6a08749f82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 2596 additions and 2679 deletions

View file

@ -760,7 +760,7 @@ that depend on that library, you may want to use:
```nix
haskellPackages.haskell-ci.overrideScope (self: super: {
Cabal = self.Cabal_3_6_2_0;
Cabal = self.Cabal_3_14_0_0;
})
```