From e810997859191f9643a01affe9dae1c19f718743 Mon Sep 17 00:00:00 2001
From: Peter Simons <simons@cryp.to>
Date: Tue, 10 Dec 2013 10:40:15 +0100
Subject: [PATCH] haskell-http-client: disable test suite to fix the build

See issue <https://github.com/snoyberg/http-client/issues/11>.
---
 pkgs/development/libraries/haskell/http-client/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pkgs/development/libraries/haskell/http-client/default.nix b/pkgs/development/libraries/haskell/http-client/default.nix
index fd40ca88e1d..3658bc6bf8d 100644
--- a/pkgs/development/libraries/haskell/http-client/default.nix
+++ b/pkgs/development/libraries/haskell/http-client/default.nix
@@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
     failure hspec httpTypes monadControl network text time transformers
     zlib zlibBindings
   ];
+  doCheck = false;
   meta = {
     homepage = "https://github.com/snoyberg/http-client";
     description = "An HTTP client engine, intended as a base layer for more user-friendly packages";