nixpkgs/pkgs/development/libraries/haskell/hspec-wai/default.nix

25 lines
771 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, aesonQq, caseInsensitive, hspec2, httpTypes
, markdownUnlit, scotty, text, transformers, wai, waiExtra
2014-06-14 08:13:40 +01:00
}:
cabal.mkDerivation (self: {
pname = "hspec-wai";
version = "0.4.1";
sha256 = "1005qhzi561zc5kbdc55d3wjngdcal47him19fn5gk4389jdbln7";
2014-06-14 08:13:40 +01:00
buildDepends = [
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
wai waiExtra
];
testDepends = [
aeson caseInsensitive hspec2 httpTypes markdownUnlit scotty text
transformers wai waiExtra
2014-06-14 08:13:40 +01:00
];
meta = {
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})