haskell-warp: update to version 2.1.3.3
This commit is contained in:
parent
3e2eb89cb6
commit
cb81cfeaa9
@ -1,23 +1,25 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, doctest, hashable, hspec, HTTP, httpDate, httpTypes
|
, conduit, conduitExtra, doctest, hashable, hspec, HTTP, httpDate
|
||||||
, HUnit, liftedBase, network, networkConduit, QuickCheck
|
, httpTypes, HUnit, liftedBase, network, networkConduit, QuickCheck
|
||||||
, simpleSendfile, text, time, transformers, unixCompat, void, wai
|
, simpleSendfile, streamingCommons, text, time, transformers
|
||||||
|
, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "2.1.3";
|
version = "2.1.3.3";
|
||||||
sha256 = "00861dimzvbbqx3pbpihfml8k2fkvsw8kda7mkkix59xqsjwc1nz";
|
sha256 = "1dbarrjb6y4cbc1dc265b008b6d5qziqnikdbnbdlrwfzr97cz23";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit
|
||||||
httpDate httpTypes liftedBase network networkConduit simpleSendfile
|
conduitExtra hashable httpDate httpTypes liftedBase network
|
||||||
text transformers unixCompat void wai
|
networkConduit simpleSendfile streamingCommons text transformers
|
||||||
|
unixCompat void wai
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit doctest
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit
|
||||||
hashable hspec HTTP httpDate httpTypes HUnit liftedBase network
|
conduitExtra doctest hashable hspec HTTP httpDate httpTypes HUnit
|
||||||
networkConduit QuickCheck simpleSendfile text time transformers
|
liftedBase network networkConduit QuickCheck simpleSendfile
|
||||||
unixCompat void wai
|
streamingCommons text time transformers unixCompat void wai
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user