haskellPackages: Cabal* 3.14.1.* -> 3.14.2.0

This commit is contained in:
sternenseemann 2025-04-22 16:16:18 +02:00
parent 6de45ff9a5
commit 88de1ef84a
4 changed files with 9 additions and 9 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;
})
```