haskell-warp: update to version 1.3.10.1
This commit is contained in:
parent
c933c31141
commit
1811b175d6
@ -1,13 +1,13 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, hashable, hspec, httpAttoparsec, httpTypes, HUnit
|
, conduit, hashable, hspec, HTTP, httpAttoparsec, httpTypes, HUnit
|
||||||
, liftedBase, network, networkConduit, QuickCheck, simpleSendfile
|
, liftedBase, network, networkConduit, QuickCheck, simpleSendfile
|
||||||
, transformers, unixCompat, void, wai
|
, transformers, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "1.3.9.2";
|
version = "1.3.10.1";
|
||||||
sha256 = "0l4iq7dl7iv9sf0bj52g577x9i84miscfr27b2vm8g8n6306jr77";
|
sha256 = "1pi2x0gi4r6qy151a9gmfq223yiy53j7prj2pyn00cprr0m4mk2v";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
httpAttoparsec httpTypes liftedBase network networkConduit
|
httpAttoparsec httpTypes liftedBase network networkConduit
|
||||||
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
hspec httpAttoparsec httpTypes HUnit liftedBase network
|
hspec HTTP httpAttoparsec httpTypes HUnit liftedBase network
|
||||||
networkConduit QuickCheck simpleSendfile transformers unixCompat
|
networkConduit QuickCheck simpleSendfile transformers unixCompat
|
||||||
void wai
|
void wai
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user