From 38809a56d45c388a74ad07d0255c1adf3ac45e5a Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sun, 6 Mar 2022 18:02:33 +0100 Subject: [PATCH] deps(opam): Add missing package (ocaml-migrate-parsetree v1.8.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (* used in src/utils/… *) Spotted-by: the GHA `build-and-test.yml` (`Dockerfile.test-client`) --- learn-ocaml-client.opam | 1 + learn-ocaml.opam | 1 + 2 files changed, 2 insertions(+) diff --git a/learn-ocaml-client.opam b/learn-ocaml-client.opam index 437678819..088ff04b4 100644 --- a/learn-ocaml-client.opam +++ b/learn-ocaml-client.opam @@ -33,6 +33,7 @@ depends: [ "lwt_ssl" "ocaml" {(>= "4.12") & (< "4.13~")} "ocamlfind" {build} + "ocaml-migrate-parsetree" {= "1.8.0"} "ocp-indent-nlfork" "ocplib-json-typed" {>= "0.7"} "ocp-ocamlres" {>= "0.4"} diff --git a/learn-ocaml.opam b/learn-ocaml.opam index 15f0cbf35..bfd4e2b6e 100644 --- a/learn-ocaml.opam +++ b/learn-ocaml.opam @@ -45,6 +45,7 @@ depends: [ "markup-lwt" "ocaml" {(>= "4.12") & (< "4.13~")} "ocamlfind" {build} + "ocaml-migrate-parsetree" {= "1.8.0"} "ocp-indent-nlfork" "ocplib-json-typed" {>= "0.7"} "ocplib-json-typed-browser" {>= "0.7"}