summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-11-10 18:30:19 +0100
committerRobert Hensing <robert@roberthensing.nl>2023-11-10 18:30:19 +0100
commit22cf6681f6977997d805720ea9d87a7fdfa9050a (patch)
tree1ea8da94e92ca752effe35ae373569c6cd448500 /pkgs/development/haskell-modules/configuration-common.nix
parentea71c45d76e781a728134af2888908587e3d2bdf (diff)
haskellPackages: Fixup Cabal minor version in overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index aa3b092ae603..40529c6c564b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -20,7 +20,7 @@ with haskellLib;
self: super: {
# Make sure that Cabal 3.10.* can be built as-is
- Cabal_3_10_2_0 = doDistribute (super.Cabal_3_10_2_0.override ({
+ Cabal_3_10_2_1 = doDistribute (super.Cabal_3_10_2_1.override ({
Cabal-syntax = self.Cabal-syntax_3_10_2_0;
} // lib.optionalAttrs (lib.versionOlder self.ghc.version "9.2.5") {
# Use process core package when possible
@@ -39,7 +39,7 @@ self: super: {
# Needs to be downgraded compared to Stackage LTS 21
resolv = cself.resolv_0_1_2_0;
} // lib.optionalAttrs (lib.versionOlder self.ghc.version "9.6") {
- Cabal = cself.Cabal_3_10_2_0;
+ Cabal = cself.Cabal_3_10_2_1;
Cabal-syntax = cself.Cabal-syntax_3_10_2_0;
} // lib.optionalAttrs (lib.versionOlder self.ghc.version "9.4") {
# We need at least directory >= 1.3.7.0. Using the latest version