From a2ae6ebb7bb17edd32466cd6099188f7aecb5a6d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 12:40:58 +0200 Subject: [PATCH] haskell-HTTP-4000.2.13: disable test suite to fix the build https://github.com/haskell/HTTP/issues/60 --- pkgs/development/libraries/haskell/HTTP/4000.2.13.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix index 9c423a94e3f..3a78e8f1674 100644 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix +++ b/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { network pureMD5 split testFramework testFrameworkHunit wai warp ]; jailbreak = true; + doCheck = false; meta = { homepage = "https://github.com/haskell/HTTP"; description = "A library for client-side HTTP";