Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2024-10-22 00:14:47 +00:00
committed by GitHub
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;
})
```