haskellPackages.Cabal_3_14_*: 3.14.1.0 -> 3.14.1.1

This commit is contained in:
sternenseemann 2025-01-05 13:57:12 +01:00
parent 7e2a5a598c
commit 707440405d
4 changed files with 6 additions and 6 deletions

View file

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