haskell-http-client-tls: disable test suite to fix the build

See issue <https://github.com/snoyberg/http-client/issues/11>.
This commit is contained in:
Peter Simons 2013-12-10 10:47:53 +01:00
parent e810997859
commit 9a7c392af3

View file

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