haskellPackages.Cabal_*: use process 1.6.25.0 for GHC < 9.2.5

This commit is contained in:
sternenseemann 2024-10-31 19:30:24 +01:00
parent 001ff8665b
commit ef3f248740

View File

@ -27,14 +27,14 @@ self: super: {
Cabal-syntax = self.Cabal-syntax_3_10_3_0;
} // lib.optionalAttrs (lib.versionOlder self.ghc.version "9.2.5") {
# Use process core package when possible
process = self.process_1_6_24_0;
process = self.process_1_6_25_0;
}));
Cabal_3_12_1_0 = doDistribute (super.Cabal_3_12_1_0.override ({
Cabal-syntax = self.Cabal-syntax_3_12_1_0;
} // lib.optionalAttrs (lib.versionOlder self.ghc.version "9.2.5") {
# Use process core package when possible
process = self.process_1_6_24_0;
process = self.process_1_6_25_0;
}));
# hackage-security == 0.6.2.6 has a wider support range in theory, but it only