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

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

diff --git a/pkgs/development/libraries/haskell/http-client-tls/default.nix b/pkgs/development/libraries/haskell/http-client-tls/default.nix
index 5056a94c5d94..f92ddcd7d551 100644
--- a/pkgs/development/libraries/haskell/http-client-tls/default.nix
+++ b/pkgs/development/libraries/haskell/http-client-tls/default.nix
@@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
   sha256 = "06ywjmhdgnwdyfj0qvmabb5bvgrdfyf7dfxm0hzqvkh2i104s7g0";
   buildDepends = [ connection dataDefault httpClient network tls ];
   testDepends = [ hspec httpClient httpTypes ];
+  doCheck = false;
   meta = {
     homepage = "https://github.com/snoyberg/http-client";
     description = "http-client backend using the connection package and tls library";