From e5536b799a85c3b7db79654110b6946adde88793 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 13:09:06 +0200 Subject: [PATCH] haskell-split: re-enable test suite split version 0.2.3.1 ought to fix the issue we've had: https://github.com/NixOS/nixpkgs/commit/a2e1692730537ee5b8cbcabdd47dbc10ad2a7383#commitcomment-17331531 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) 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;