mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-http-client-conduit: update to version 0.3.0
This commit is contained in:
parent
a0d08de0c6
commit
77a6ba8e0b
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue