From 3fb38eeb2f455449d0768bfbfdca4c596a567fb4 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 22 Nov 2022 14:02:30 +0900 Subject: [PATCH] haskell.packages.ghc94.retry: remove dontCheck --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 1ecdf8eb8221..478a12837596 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -130,8 +130,6 @@ in { # tasty-hedgehog > 1.3 necessary to work with hedgehog 1.2: # https://github.com/qfpl/tasty-hedgehog/pull/63 tasty-hedgehog = self.tasty-hedgehog_1_4_0_0; - # due to tasty-hedgehog - retry = checkAgainAfter super.tasty-hedgehog "1.3.0.0" "tasty-hedgehog broken" (dontCheck super.retry); # https://github.com/dreixel/syb/issues/38 syb = dontCheck super.syb;