ocamlPackages.cohttp: 1.1.1 -> 2.0.0
This commit is contained in:
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user