ocamlPackages.cohttp: 1.1.1 -> 2.0.0

This commit is contained in:
Vincent Laporte
2019-04-07 20:11:18 +00:00
parent 905405eb72
commit 2dfc7524c6
3 changed files with 9 additions and 11 deletions
@@ -1,4 +1,4 @@
{ stdenv, buildDunePackage, cohttp, ocaml_lwt, uri, ppx_sexp_conv }:
{ stdenv, buildDunePackage, cohttp, ocaml_lwt, uri, ppx_sexp_conv, logs }:
if !stdenv.lib.versionAtLeast cohttp.version "0.99"
then cohttp
@@ -10,5 +10,5 @@ buildDunePackage rec {
buildInputs = [ uri ppx_sexp_conv ];
propagatedBuildInputs = [ cohttp ocaml_lwt ];
propagatedBuildInputs = [ cohttp ocaml_lwt logs ];
}