mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 ];
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user