haskell-hspec-wai: update to version 0.6.2
This commit is contained in:
parent
893d25a211
commit
88d5b7a3ba
@ -1,23 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
|
{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
|
||||||
, httpTypes, text, transformers, wai, waiExtra
|
, httpTypes, QuickCheck, text, transformers, wai, waiExtra
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-wai";
|
pname = "hspec-wai";
|
||||||
version = "0.6.0";
|
version = "0.6.2";
|
||||||
sha256 = "1zynikaa57pb1npmhckfcaad1q9p4xdzll9g3yfka55yc4x59nwr";
|
sha256 = "0nia4hz41g4264mn4s5j8dn9dh0xhdf1gym92wvjmy43rhj3qpzb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
caseInsensitive hspecCore hspecExpectations httpTypes text
|
caseInsensitive hspecCore hspecExpectations httpTypes text
|
||||||
transformers wai waiExtra
|
transformers wai waiExtra
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
caseInsensitive hspec hspecCore hspecExpectations httpTypes text
|
caseInsensitive hspec hspecCore hspecExpectations httpTypes
|
||||||
transformers wai waiExtra
|
QuickCheck text transformers wai waiExtra
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
description = "Experimental Hspec support for testing WAI applications";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user