3
0
Fork 0
forked from mirrors/nixpkgs

haskell-network-conduit: update to version 0.5.0.2

This commit is contained in:
Peter Simons 2012-09-20 14:34:52 +02:00
parent 9958d66805
commit d5f1233623

View file

@ -3,8 +3,8 @@
cabal.mkDerivation (self: {
pname = "network-conduit";
version = "0.5.0.1";
sha256 = "1rk8a8n1yily20y3jr51zbd00m2c6ic8gxw9rnmkr2cfs963l2v5";
version = "0.5.0.2";
sha256 = "0ragnwhc8szh680iyzyz6fbprqd3drr8sb970h1p2l4i22srkm39";
buildDepends = [
conduit liftedBase monadControl network transformers
];