haskell-http-conduit: disable test suite to fix the build
See issue <https://github.com/snoyberg/http-client/issues/11>.
This commit is contained in:
parent
3242e0d495
commit
9d38ae8bcf
|
@ -26,6 +26,7 @@ cabal.mkDerivation (self: {
|
|||
regexCompat resourcet socks text time tls tlsExtra transformers
|
||||
transformersBase utf8String void wai warp warpTls zlibConduit
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/http-conduit";
|
||||
description = "HTTP client package with conduit interface and HTTPS support";
|
||||
|
|
Loading…
Reference in New Issue