From 236e21cee2cbdee3f477ff98cb5f5453f05dfe3d Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 23 Jun 2024 21:33:13 +0200 Subject: [PATCH] haskellPackages.cabal-gild: Fix override --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d9a83b5991d3..97d71a4ec3d1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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; });