2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-15 23:58:27 +00:00
|
|
|
{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
|
2014-11-23 19:45:19 +00:00
|
|
|
, httpTypes, QuickCheck, text, transformers, wai, waiExtra
|
2014-06-14 08:13:40 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hspec-wai";
|
2014-11-23 19:45:19 +00:00
|
|
|
version = "0.6.2";
|
|
|
|
sha256 = "0nia4hz41g4264mn4s5j8dn9dh0xhdf1gym92wvjmy43rhj3qpzb";
|
2014-06-14 08:13:40 +01:00
|
|
|
buildDepends = [
|
2014-11-15 23:58:27 +00:00
|
|
|
caseInsensitive hspecCore hspecExpectations httpTypes text
|
|
|
|
transformers wai waiExtra
|
2014-06-14 08:13:40 +01:00
|
|
|
];
|
|
|
|
testDepends = [
|
2014-11-23 19:45:19 +00:00
|
|
|
caseInsensitive hspec hspecCore hspecExpectations httpTypes
|
|
|
|
QuickCheck text transformers wai waiExtra
|
2014-06-14 08:13:40 +01:00
|
|
|
];
|
|
|
|
meta = {
|
2014-11-23 19:45:19 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|