forked from mirrors/nixpkgs
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!
|
||||
|
||||
{ cabal, aeson, aesonQq, caseInsensitive, doctest, hspec2
|
||||
, hspecMeta, httpTypes, markdownUnlit, scotty, text, transformers
|
||||
, wai, waiExtra
|
||||
{ cabal, aeson, aesonQq, caseInsensitive, hspec2, hspecMeta
|
||||
, httpTypes, markdownUnlit, scotty, text, transformers, wai
|
||||
, waiExtra
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hspec-wai";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "0c04gh32xnvyz0679n7jhp1kdcn7lbkb7248j6lh28irsh84dvp8";
|
||||
version = "0.3.0.2";
|
||||
sha256 = "13jf8vw1mx5zg8diklbc4hbil9mkjdbg2azdsdfxp286wh718mna";
|
||||
buildDepends = [
|
||||
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
||||
wai waiExtra
|
||||
];
|
||||
testDepends = [
|
||||
aeson caseInsensitive doctest hspec2 hspecMeta httpTypes
|
||||
markdownUnlit scotty text transformers wai waiExtra
|
||||
aeson caseInsensitive hspec2 hspecMeta httpTypes markdownUnlit
|
||||
scotty text transformers wai waiExtra
|
||||
];
|
||||
meta = {
|
||||
description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
|
||||
|
|
Loading…
Reference in a new issue