haskell-http-client: 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:40:15 +01:00
parent d0ebac24e9
commit e810997859

View file

@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
failure hspec httpTypes monadControl network text time transformers
zlib zlibBindings
];
doCheck = false;
meta = {
homepage = "https://github.com/snoyberg/http-client";
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";