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

24 lines
736 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, caseInsensitive, hspec2, httpTypes, text, transformers
, wai, waiExtra
}:
cabal.mkDerivation (self: {
pname = "hspec-wai";
version = "0.5.1";
sha256 = "0l2fgcxq9ca593kvi5a3g68m49wkdjrziczbk06hlb40x8vg0qw9";
buildDepends = [
caseInsensitive hspec2 httpTypes text transformers wai waiExtra
];
testDepends = [
caseInsensitive hspec2 httpTypes 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;
hydraPlatforms = self.stdenv.lib.platforms.none;
};
})