haskell-conduit: updated to version 0.2.0

svn path=/nixpkgs/trunk/; revision=32186
This commit is contained in:
Peter Simons 2012-02-10 11:33:10 +00:00
parent df2916a86a
commit 4d74352a73

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "conduit"; pname = "conduit";
version = "0.1.1.1"; version = "0.2.0";
sha256 = "0gqkk5q329xbw565xd9xc0pz2ha66jkdbbjgwadvrjw1n52vaqg5"; sha256 = "0ljbxm6rxcxfw51kcjkmb041kz7k6frgc9l6gvfh2s9zrip8zq5v";
buildDepends = [ buildDepends = [
liftedBase monadControl text transformers transformersBase liftedBase monadControl text transformers transformersBase
]; ];