haskell-wai-extra: updated to version 1.1.0.1
svn path=/nixpkgs/trunk/; revision=32541
This commit is contained in:
parent
3eca3a2f17
commit
557c02f29c
@ -1,16 +1,16 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, ansiTerminal, blazeBuilder, blazeBuilderConduit
|
||||||
, conduit, dataDefault, fastLogger, httpTypes, network, text, time
|
, caseInsensitive, conduit, dataDefault, fastLogger, httpTypes
|
||||||
, transformers, wai, zlibConduit
|
, network, text, time, transformers, wai, zlibConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-extra";
|
pname = "wai-extra";
|
||||||
version = "1.1.0";
|
version = "1.1.0.1";
|
||||||
sha256 = "1mj2swb2bgsay9prpw6h0wmwsqyan53ndyczmhppdax4y5088f55";
|
sha256 = "0kavvbywkkwj9914y622wsziwfca9qjaqz798mjhl1ip5bfy73b0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit
|
ansiTerminal blazeBuilder blazeBuilderConduit caseInsensitive
|
||||||
dataDefault fastLogger httpTypes network text time transformers wai
|
conduit dataDefault fastLogger httpTypes network text time
|
||||||
zlibConduit
|
transformers wai zlibConduit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user