haskell-zlib-conduit: updated to version 0.0.1

svn path=/nixpkgs/trunk/; revision=31628
This commit is contained in:
Peter Simons 2012-01-18 15:04:24 +00:00
parent 45bd1f2365
commit 6094053539

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "zlib-conduit"; pname = "zlib-conduit";
version = "0.0.0"; version = "0.0.1";
sha256 = "1nqcw809xqlycggn4nqys205gv3kjwws16910xlx2b8b9f8ayxjg"; sha256 = "19bxw5maiff213jsbw889pwhmkwh1qnxrv377icwsqa619dx4k1y";
buildDepends = [ conduit transformers zlibBindings ]; buildDepends = [ conduit transformers zlibBindings ];
meta = { meta = {
homepage = "http://github.com/snoyberg/conduit"; homepage = "http://github.com/snoyberg/conduit";