forked from mirrors/nixpkgs
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:
parent
e810997859
commit
9a7c392af3
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue