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:
parent
d0ebac24e9
commit
e810997859
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
failure hspec httpTypes monadControl network text time transformers
|
failure hspec httpTypes monadControl network text time transformers
|
||||||
zlib zlibBindings
|
zlib zlibBindings
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/http-client";
|
homepage = "https://github.com/snoyberg/http-client";
|
||||||
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
description = "An HTTP client engine, intended as a base layer for more user-friendly packages";
|
||||||
|
Loading…
Reference in New Issue
Block a user