haskell-warp: update to version 2.0.0.1
This commit is contained in:
parent
d6377fa895
commit
27bdaa3269
@ -1,23 +1,23 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
|
||||||
, conduit, hashable, hspec, HTTP, httpAttoparsec, httpTypes, HUnit
|
, conduit, doctest, hashable, hspec, HTTP, httpAttoparsec, httpDate
|
||||||
, liftedBase, network, networkConduit, QuickCheck, simpleSendfile
|
, httpTypes, HUnit, liftedBase, network, networkConduit, QuickCheck
|
||||||
, transformers, unixCompat, void, wai
|
, simpleSendfile, time, transformers, unixCompat, void, wai
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "1.3.10.1";
|
version = "2.0.0.1";
|
||||||
sha256 = "1pi2x0gi4r6qy151a9gmfq223yiy53j7prj2pyn00cprr0m4mk2v";
|
sha256 = "12n1r1qahngfhrqhlbfjl11rmy5la9mpd0h4ai0lzdxkakb89pxl";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
||||||
httpAttoparsec httpTypes liftedBase network networkConduit
|
httpAttoparsec httpDate httpTypes liftedBase network networkConduit
|
||||||
simpleSendfile transformers unixCompat void wai
|
simpleSendfile transformers unixCompat void wai
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
|
blazeBuilder blazeBuilderConduit caseInsensitive conduit doctest
|
||||||
hspec HTTP httpAttoparsec httpTypes HUnit liftedBase network
|
hashable hspec HTTP httpAttoparsec httpDate httpTypes HUnit
|
||||||
networkConduit QuickCheck simpleSendfile transformers unixCompat
|
liftedBase network networkConduit QuickCheck simpleSendfile time
|
||||||
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