about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-06-23 21:33:13 +0200
committermaralorn <mail@maralorn.de>2024-06-23 21:38:00 +0200
commit236e21cee2cbdee3f477ff98cb5f5453f05dfe3d (patch)
treeb03d909c70b3dca65a8366a28c33db3a900dc355
parentef7f682c9569df67e852f7fb699e4895a0a2af8e (diff)
haskellPackages.cabal-gild: Fix override
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d9a83b5991d3b..97d71a4ec3d19 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;
   });