haskell-warp: disable test suite to fix the build
See issue <https://github.com/yesodweb/wai/issues/205>.
This commit is contained in:
parent
fbdbe45393
commit
9fcd7a8994
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user