Merge haskell-updates PR #401105 into staging

This commit is contained in:
sternenseemann 2025-05-02 12:29:41 +02:00
commit eeb3a209d0
15 changed files with 2778 additions and 901 deletions

View file

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