haskell-http-client-conduit: update to version 0.3.0

This commit is contained in:
Peter Simons 2014-04-04 23:29:47 +02:00
parent a0d08de0c6
commit 77a6ba8e0b

View file

@ -1,13 +1,13 @@
{ cabal, conduit, httpClient, resourcet, transformers }:
{ cabal, httpClient }:
cabal.mkDerivation (self: {
pname = "http-client-conduit";
version = "0.2.0.1";
sha256 = "0fy9vkxh7hvmp9ijifq8nx6y5y92n6d3s1vdyg53ln65pclc6jn5";
buildDepends = [ conduit httpClient resourcet transformers ];
version = "0.3.0";
sha256 = "0k2vq9y7kfbkhcsszjr74ahq5nw5z7dbzjhw1ixbigcr56axsd19";
buildDepends = [ httpClient ];
meta = {
homepage = "https://github.com/snoyberg/http-client";
description = "Frontend support for using http-client with conduit";
description = "Frontend support for using http-client with conduit (deprecated)";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};