haskell-wai-test: update to version 1.3.1
This commit is contained in:
parent
3c3b5b6199
commit
907afc0938
@ -1,16 +1,17 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, cookie, httpTypes, HUnit, network, text, transformers
|
, conduit, cookie, hspec, httpTypes, HUnit, network, text
|
||||||
, wai
|
, transformers, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-test";
|
pname = "wai-test";
|
||||||
version = "1.3.0.5";
|
version = "1.3.1";
|
||||||
sha256 = "0v0x1sk7q36xy8syinc96y1jsyjvw6756cich4hxq86l2jfbgccw";
|
sha256 = "0dw9lbwb27yr3953ill0r727ivqav5b2ica8gbaalvnh3h5c8akg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit cookie
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit cookie
|
||||||
httpTypes HUnit network text transformers wai
|
httpTypes HUnit network text transformers wai
|
||||||
];
|
];
|
||||||
|
testDepends = [ hspec wai ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||||
description = "Unit test framework (built on HUnit) for WAI applications";
|
description = "Unit test framework (built on HUnit) for WAI applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user