ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git] / pkgs / development / ocaml-modules / resto / cohttp.nix
blob87b82ecee1adb61a77ea0bf1e5977f6a23981f99
2   buildDunePackage,
3   resto,
4   resto-directory,
5   cohttp-lwt,
6 }:
8 buildDunePackage {
9   pname = "resto-cohttp";
10   inherit (resto)
11     src
12     version
13     meta
14     doCheck
15     ;
16   duneVersion = "3";
18   propagatedBuildInputs = [
19     resto
20     resto-directory
21     cohttp-lwt
22   ];