From ef3f248740845fb118392d36a92326aa34653db7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 31 Oct 2024 19:30:24 +0100 Subject: [PATCH] haskellPackages.Cabal_*: use process 1.6.25.0 for GHC < 9.2.5 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5a79e45bbf42..e4e1c2cb0e67 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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