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