haskell-warp: disable test suite to fix the build

See issue <https://github.com/yesodweb/wai/issues/205>.
This commit is contained in:
Peter Simons 2013-12-09 19:37:17 +01:00
parent fbdbe45393
commit 9fcd7a8994

View file

@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
liftedBase network networkConduit QuickCheck simpleSendfile time
transformers unixCompat void wai
];
doCheck = false;
meta = {
homepage = "http://github.com/yesodweb/wai";
description = "A fast, light-weight web server for WAI applications";