25 lines
795 B
Nix
25 lines
795 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, aesonQq, caseInsensitive, hspec2, hspecMeta
|
|
, httpTypes, markdownUnlit, scotty, text, transformers, wai
|
|
, waiExtra
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hspec-wai";
|
|
version = "0.3.0.2";
|
|
sha256 = "13jf8vw1mx5zg8diklbc4hbil9mkjdbg2azdsdfxp286wh718mna";
|
|
buildDepends = [
|
|
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
|
wai waiExtra
|
|
];
|
|
testDepends = [
|
|
aeson caseInsensitive hspec2 hspecMeta httpTypes markdownUnlit
|
|
scotty text transformers wai waiExtra
|
|
];
|
|
meta = {
|
|
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|