haskell-warp: update to version 1.3.9
This commit is contained in:
parent
e0470dcdff
commit
3c5de343a2
@ -1,22 +1,23 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, hashable, hspec, httpTypes, HUnit, liftedBase, network
|
, conduit, hashable, hspec, httpAttoparsec, httpTypes, HUnit
|
||||||
, networkConduit, QuickCheck, simpleSendfile, transformers
|
, liftedBase, network, networkConduit, QuickCheck, simpleSendfile
|
||||||
, unixCompat, void, wai
|
, transformers, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "1.3.8.2";
|
version = "1.3.9";
|
||||||
sha256 = "0s8na04n21glgkc0bcc0171ikh9cagx35s2h6i1pb5pwa8l0akv6";
|
sha256 = "1gnsikk1z5q1mblwshg9pbaa1ijy64da7vscanzp70lw63jjk7cg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
httpTypes liftedBase network networkConduit simpleSendfile
|
httpAttoparsec httpTypes liftedBase network networkConduit
|
||||||
transformers unixCompat void wai
|
simpleSendfile transformers unixCompat void wai
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
hspec httpTypes HUnit liftedBase network networkConduit QuickCheck
|
hspec httpAttoparsec httpTypes HUnit liftedBase network
|
||||||
simpleSendfile transformers unixCompat void wai
|
networkConduit QuickCheck simpleSendfile transformers unixCompat
|
||||||
|
void wai
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
|
Loading…
Reference in New Issue
Block a user