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:
Peter Simons 2013-12-10 11:10:50 +01:00
parent 3242e0d495
commit 9d38ae8bcf

View File

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