diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4a9857b20df..1dac97178dd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1009,10 +1009,6 @@ self: super: { # tinc is a new build driver a la Stack that's not yet available from Hackage. tinc = self.callPackage ../tools/haskell/tinc {}; - # Avoid transient build failures because the QuickCheck testsuite cannot - # generate enough conclusive test cases. - split = dontCheck super.split; - # https://github.com/NixOS/nixpkgs/issues/14967 yi = markBroken super.yi; yi-fuzzy-open = markBroken super.yi-fuzzy-open;