forked from mirrors/nixpkgs
haskell-warp: update to version 1.3.1
This commit is contained in:
parent
69074bf98b
commit
2c4011974d
|
@ -1,16 +1,16 @@
|
||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, httpTypes, liftedBase, network, networkConduit
|
, conduit, httpTypes, liftedBase, network, networkConduit
|
||||||
, simpleSendfile, transformers, unixCompat, wai
|
, simpleSendfile, transformers, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "1.3.0.1";
|
version = "1.3.1";
|
||||||
sha256 = "0bgmz2kd2z9agpid0w2whfz1cyrmiaiyap20za1l56d88m0p1z45";
|
sha256 = "12f4v080v8jgm02swqbbgq9yvbajmbr8ja2p6ljc7bhf3rkpwplr";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit httpTypes
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit httpTypes
|
||||||
liftedBase network networkConduit simpleSendfile transformers
|
liftedBase network networkConduit simpleSendfile transformers
|
||||||
unixCompat wai
|
unixCompat void wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
|
|
Loading…
Reference in a new issue