haskell-scotty: disable test suite to break infinite recursion with hspec-wai
This commit is contained in:
parent
544eceebf4
commit
fb16c61577
@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
testDepends = [ hspec2 hspecWai httpTypes liftedBase text wai ];
|
testDepends = [ hspec2 hspecWai httpTypes liftedBase text wai ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/scotty-web/scotty";
|
homepage = "https://github.com/scotty-web/scotty";
|
||||||
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user