From b8f0602b5cae509770fb7b00fdb5541da7b0c6ce Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 May 2014 22:30:54 +0200 Subject: [PATCH] haskell-HTTP: don't run the test suite, it fails real bad --- pkgs/development/libraries/haskell/HTTP/4000.2.15.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.15.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.15.nix index 2147cf5c417..8e51ad6d2b5 100644 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.15.nix +++ b/pkgs/development/libraries/haskell/HTTP/4000.2.15.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { HUnit mtl network pureMD5 split testFramework testFrameworkHunit wai warp ]; + doCheck = false; noHaddock = self.stdenv.lib.versionOlder self.ghc.version "6.11"; meta = { homepage = "https://github.com/haskell/HTTP";