From 4a8fbb53f249dbc5c99901388d20be19e61b0bd9 Mon Sep 17 00:00:00 2001 From: maralorn Date: Tue, 9 Jul 2024 20:38:37 +0200 Subject: [PATCH] haskellPackages.cabal-gild: Fix build by dropping obsolete overrides --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 98c0e7119adc..4a3b92cf3b19 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3074,11 +3074,6 @@ self: super: { # https://github.com/isovector/cornelis/issues/150 cornelis = dontCheck super.cornelis; - cabal-gild = super.cabal-gild.overrideScope (self: super: { - tasty = super.tasty_1_5_1; - tasty-quickcheck = super.tasty-quickcheck_0_11; - }); - lzma = doJailbreak (super.lzma.overrideScope (self: super: { tasty = super.tasty_1_5_1; }));