haskell-wai-extra: update to version 1.3.3.2
This commit is contained in:
parent
62480ce404
commit
194673f1f5
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-extra";
|
pname = "wai-extra";
|
||||||
version = "1.3.3.1";
|
version = "1.3.3.2";
|
||||||
sha256 = "0ss58s5m8yp326q0651znifbfl6kpimyhm479wx8r3zx3ndl47q9";
|
sha256 = "0kw1v68a8dxpxg87r2vjah6n5906mw6cnyy2xx0jbk95qx5g5z8y";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal blazeBuilder blazeBuilderConduit caseInsensitive
|
ansiTerminal blazeBuilder blazeBuilderConduit caseInsensitive
|
||||||
conduit dataDefault dateCache fastLogger httpTypes network
|
conduit dataDefault dateCache fastLogger httpTypes network
|
||||||
@ -19,7 +19,6 @@ cabal.mkDerivation (self: {
|
|||||||
blazeBuilder conduit dataDefault fastLogger hspec httpTypes HUnit
|
blazeBuilder conduit dataDefault fastLogger hspec httpTypes HUnit
|
||||||
text transformers wai waiTest zlib zlibBindings
|
text transformers wai waiTest zlib zlibBindings
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
description = "Provides some basic WAI handlers and middleware";
|
description = "Provides some basic WAI handlers and middleware";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user