fluffychat: 1.22.1 -> 1.23.0 (#364091)
[NixPkgs.git] / pkgs / development / ocaml-modules / resto / cohttp-client.nix
blobdf11a7b585aee3546a5f7c3f78a6ca96a67fc499
2   buildDunePackage,
3   resto,
4   resto-directory,
5   resto-cohttp,
6   uri,
7   lwt,
8 }:
10 buildDunePackage {
11   pname = "resto-cohttp-client";
12   inherit (resto)
13     src
14     version
15     meta
16     doCheck
17     ;
18   duneVersion = "3";
20   propagatedBuildInputs = [
21     resto
22     resto-directory
23     resto-cohttp
24     uri
25     lwt
26   ];