haskell-hspec-wai: update to version 0.3.0.2
This commit is contained in:
parent
ba190e40a1
commit
4a04820bcf
@ -1,21 +1,21 @@
|
|||||||
# 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, aeson, aesonQq, caseInsensitive, doctest, hspec2
|
{ cabal, aeson, aesonQq, caseInsensitive, hspec2, hspecMeta
|
||||||
, hspecMeta, httpTypes, markdownUnlit, scotty, text, transformers
|
, httpTypes, markdownUnlit, scotty, text, transformers, wai
|
||||||
, wai, waiExtra
|
, waiExtra
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-wai";
|
pname = "hspec-wai";
|
||||||
version = "0.3.0.1";
|
version = "0.3.0.2";
|
||||||
sha256 = "0c04gh32xnvyz0679n7jhp1kdcn7lbkb7248j6lh28irsh84dvp8";
|
sha256 = "13jf8vw1mx5zg8diklbc4hbil9mkjdbg2azdsdfxp286wh718mna";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
||||||
wai waiExtra
|
wai waiExtra
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson caseInsensitive doctest hspec2 hspecMeta httpTypes
|
aeson caseInsensitive hspec2 hspecMeta httpTypes markdownUnlit
|
||||||
markdownUnlit scotty text transformers wai waiExtra
|
scotty 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 (depends on hspec2!)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user