haskell-warp: updated to version 1.1.0

svn path=/nixpkgs/trunk/; revision=32203
This commit is contained in:
Peter Simons 2012-02-10 11:33:56 +00:00
parent 85c395797e
commit 897d63e5f7

View File

@ -1,15 +1,15 @@
{ cabal, blazeBuilder, blazeBuilderEnumerator, caseInsensitive { cabal, blazeBuilder, blazeBuilderConduit, caseInsensitive
, enumerator, httpTypes, network, simpleSendfile, transformers , conduit, httpTypes, liftedBase, network, simpleSendfile
, unixCompat, wai , transformers, unixCompat, wai
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "warp"; pname = "warp";
version = "0.4.6.3"; version = "1.1.0";
sha256 = "1gfjhp1s42ynpi3kh8fr6fp5nwirxz0gasr7zs7q2qwwvlq9pzm6"; sha256 = "1an2j89422rcvrvrmhg1hwj8vpikjj5xdzb3h37rjsfj6qlqy5cf";
buildDepends = [ buildDepends = [
blazeBuilder blazeBuilderEnumerator caseInsensitive enumerator blazeBuilder blazeBuilderConduit caseInsensitive conduit httpTypes
httpTypes network simpleSendfile transformers unixCompat wai liftedBase network simpleSendfile transformers unixCompat wai
]; ];
meta = { meta = {
homepage = "http://github.com/yesodweb/wai"; homepage = "http://github.com/yesodweb/wai";