3
0
Fork 0
forked from mirrors/nixpkgs

haskell-conduit: update to version 0.5.4.2

This commit is contained in:
Peter Simons 2012-11-27 13:59:42 +01:00
parent da4ca16360
commit 103b632742

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "conduit";
version = "0.5.4.1";
sha256 = "00fx4v9phclyg8ybz22w8053pfvy92nibx5g3c6h37hhn7hnsxh4";
version = "0.5.4.2";
sha256 = "0v79bjdn3pvfsyy48h1wjpzyds2sa963wqii9qz7dfkdfq0s825y";
buildDepends = [
liftedBase monadControl resourcet text transformers
transformersBase void