haskellPackages.cabal-gild: Fix build by dropping obsolete overrides

This commit is contained in:
maralorn
2024-07-09 23:02:22 +02:00
parent cc1feff09f
commit 4a8fbb53f2
@@ -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;
}));