haskell-network-conduit: update to version 0.6.0

This commit is contained in:
Peter Simons 2012-10-08 11:25:26 +02:00
parent 5049bf5573
commit 1148be313e

View File

@ -3,11 +3,12 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "network-conduit"; pname = "network-conduit";
version = "0.5.0.2"; version = "0.6.0";
sha256 = "0ragnwhc8szh680iyzyz6fbprqd3drr8sb970h1p2l4i22srkm39"; sha256 = "0y296v8b6xrxs9jw6az6flz9nsqgk60cnpc954pmp6mi5q8mbv7i";
buildDepends = [ buildDepends = [
conduit liftedBase monadControl network transformers conduit liftedBase monadControl network transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/snoyberg/conduit"; homepage = "http://github.com/snoyberg/conduit";
description = "Stream socket data using conduits"; description = "Stream socket data using conduits";