3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/hspec-wai/default.nix

25 lines
770 B
Nix
Raw Normal View History

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