haskellPackages.Cabal_3_6_3_0: remove at 3.6.3.0

This commit is contained in:
sternenseemann
2024-10-17 14:03:10 +02:00
parent 087b35da82
commit cd3949a15c
3 changed files with 1 additions and 22 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;
})
```