haskell-http-reverse-proxy: disable test suite to fix the build
See issue <https://github.com/snoyberg/http-client/issues/11>.
This commit is contained in:
parent
9d38ae8bcf
commit
12a3008d4c
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
|||||||
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
|
||||||
networkConduit transformers wai warp
|
networkConduit transformers wai warp
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/fpco/http-reverse-proxy";
|
homepage = "https://github.com/fpco/http-reverse-proxy";
|
||||||
description = "Reverse proxy HTTP requests, either over raw sockets or with WAI";
|
description = "Reverse proxy HTTP requests, either over raw sockets or with WAI";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user