haskell-scotty: disable test suite to break infinite recursion with hspec-wai

This commit is contained in:
Peter Simons 2014-08-31 13:37:13 +02:00
parent 544eceebf4
commit fb16c61577

View file

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
];
testDepends = [ hspec2 hspecWai httpTypes liftedBase text wai ];
jailbreak = true;
doCheck = false;
meta = {
homepage = "https://github.com/scotty-web/scotty";
description = "Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp";