haskell-wai-test: update to version 1.3.0.5
This commit is contained in:
parent
4f347dc96d
commit
db5a48aebc
@ -1,14 +1,15 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, cookie, httpTypes, HUnit, text, transformers, wai
|
, conduit, cookie, httpTypes, HUnit, network, text, transformers
|
||||||
|
, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-test";
|
pname = "wai-test";
|
||||||
version = "1.3.0.4";
|
version = "1.3.0.5";
|
||||||
sha256 = "1si54frsn8s8r0ykqc9h571rqbapf82jcvbz8bd49bbylv4j6yy0";
|
sha256 = "0v0x1sk7q36xy8syinc96y1jsyjvw6756cich4hxq86l2jfbgccw";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit cookie
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit cookie
|
||||||
httpTypes HUnit text transformers wai
|
httpTypes HUnit network text transformers wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
homepage = "http://www.yesodweb.com/book/web-application-interface";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user