haskell-hspec-wai: update to version 0.4.1
This commit is contained in:
parent
3c4a0ec9d6
commit
9b805cf622
|
@ -1,21 +1,20 @@
|
||||||
# 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, hspec2, hspecMeta
|
{ cabal, aeson, aesonQq, caseInsensitive, hspec2, httpTypes
|
||||||
, httpTypes, markdownUnlit, scotty, text, transformers, wai
|
, markdownUnlit, scotty, text, transformers, wai, waiExtra
|
||||||
, waiExtra
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-wai";
|
pname = "hspec-wai";
|
||||||
version = "0.3.0.2";
|
version = "0.4.1";
|
||||||
sha256 = "13jf8vw1mx5zg8diklbc4hbil9mkjdbg2azdsdfxp286wh718mna";
|
sha256 = "1005qhzi561zc5kbdc55d3wjngdcal47him19fn5gk4389jdbln7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
aeson aesonQq caseInsensitive hspec2 httpTypes text transformers
|
||||||
wai waiExtra
|
wai waiExtra
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson caseInsensitive hspec2 hspecMeta httpTypes markdownUnlit
|
aeson caseInsensitive hspec2 httpTypes markdownUnlit scotty text
|
||||||
scotty text transformers wai waiExtra
|
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…
Reference in New Issue