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";