haskellPackages.cabal-gild: Fix override

This commit is contained in:
maralorn
2024-06-23 21:33:13 +02:00
parent ef7f682c95
commit 236e21cee2

View File

@@ -3121,7 +3121,7 @@ self: super: {
cornelis = dontCheck super.cornelis;
cabal-gild = super.cabal-gild.overrideScope (self: super: {
tasty = super.tasty_1_5;
tasty = super.tasty_1_5_1;
tasty-quickcheck = super.tasty-quickcheck_0_10_3;
});