haskell-http-client-conduit: update to version 0.3.0
This commit is contained in:
parent
a0d08de0c6
commit
77a6ba8e0b
@ -1,13 +1,13 @@
|
|||||||
{ cabal, conduit, httpClient, resourcet, transformers }:
|
{ cabal, httpClient }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-client-conduit";
|
pname = "http-client-conduit";
|
||||||
version = "0.2.0.1";
|
version = "0.3.0";
|
||||||
sha256 = "0fy9vkxh7hvmp9ijifq8nx6y5y92n6d3s1vdyg53ln65pclc6jn5";
|
sha256 = "0k2vq9y7kfbkhcsszjr74ahq5nw5z7dbzjhw1ixbigcr56axsd19";
|
||||||
buildDepends = [ conduit httpClient resourcet transformers ];
|
buildDepends = [ httpClient ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/http-client";
|
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;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user