haskell-warp: update to version 2.1.3

This commit is contained in:
Peter Simons 2014-03-26 09:51:03 +01:00
parent 4246511556
commit d1fc054b02

View File

@ -1,22 +1,22 @@
{ cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive { cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
, conduit, doctest, hashable, hspec, HTTP, httpDate, httpTypes , conduit, doctest, hashable, hspec, HTTP, httpDate, httpTypes
, HUnit, liftedBase, network, networkConduit, QuickCheck , HUnit, liftedBase, network, networkConduit, QuickCheck
, simpleSendfile, time, transformers, unixCompat, void, wai , simpleSendfile, text, time, transformers, unixCompat, void, wai
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "warp"; pname = "warp";
version = "2.1.2"; version = "2.1.3";
sha256 = "15630g8qzshn2620qsdki1nwr4bkapqz0k2bls0yxyblvw0fn9cf"; sha256 = "00861dimzvbbqx3pbpihfml8k2fkvsw8kda7mkkix59xqsjwc1nz";
buildDepends = [ buildDepends = [
blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
httpDate httpTypes liftedBase network networkConduit simpleSendfile httpDate httpTypes liftedBase network networkConduit simpleSendfile
transformers unixCompat void wai text transformers unixCompat void wai
]; ];
testDepends = [ testDepends = [
blazeBuilder blazeBuilderConduit caseInsensitive conduit doctest blazeBuilder blazeBuilderConduit caseInsensitive conduit doctest
hashable hspec HTTP httpDate httpTypes HUnit liftedBase network hashable hspec HTTP httpDate httpTypes HUnit liftedBase network
networkConduit QuickCheck simpleSendfile time transformers networkConduit QuickCheck simpleSendfile text time transformers
unixCompat void wai unixCompat void wai
]; ];
doCheck = false; doCheck = false;