1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/hspec-wai/default.nix
2014-08-31 18:17:01 +02:00

26 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;
};
})