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:
Peter Simons 2013-12-10 11:46:18 +01:00
parent 9d38ae8bcf
commit 12a3008d4c

View File

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
blazeBuilder conduit hspec httpConduit httpTypes liftedBase network
networkConduit transformers wai warp
];
doCheck = false;
meta = {
homepage = "https://github.com/fpco/http-reverse-proxy";
description = "Reverse proxy HTTP requests, either over raw sockets or with WAI";