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; });