haskell-warp: update to version 1.3.1.2
This commit is contained in:
parent
c3c66b0167
commit
ce340103d5
@ -1,16 +1,16 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, httpTypes, liftedBase, network, networkConduit
|
, conduit, hashable, httpTypes, liftedBase, network, networkConduit
|
||||||
, simpleSendfile, transformers, unixCompat, void, wai
|
, simpleSendfile, transformers, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "1.3.1.1";
|
version = "1.3.1.2";
|
||||||
sha256 = "1y0p36nh43wilk110dxpvsws6blrjpik4w9aqj5i1r97wn7xg9ax";
|
sha256 = "11y1dwzvfhr4fhlh5j2ydwj4d3r92qm55rn9xwbfxmr0vmvm78b5";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit httpTypes
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
liftedBase network networkConduit simpleSendfile transformers
|
httpTypes liftedBase network networkConduit simpleSendfile
|
||||||
unixCompat void wai
|
transformers unixCompat void wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user