forked from mirrors/nixpkgs
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
|
liftedBase network networkConduit QuickCheck simpleSendfile time
|
||||||
transformers unixCompat void wai
|
transformers unixCompat void wai
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
description = "A fast, light-weight web server for WAI applications";
|
description = "A fast, light-weight web server for WAI applications";
|
||||||
|
|
Loading…
Reference in a new issue