From 3fedc8f48b1ad056d5f5b2fa9e6d2716ce44fa36 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Wed, 19 Jul 2023 13:38:41 +0200 Subject: [PATCH] WIP --- dune-project | 1 + js_of_ocaml-compiler.opam | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dune-project b/dune-project index d2da6903bf..386c34bae9 100644 --- a/dune-project +++ b/dune-project @@ -22,6 +22,7 @@ (num :with-test) (ppx_expect (and (>= v0.14.2) :with-test)) (ppxlib (>= 0.15.0)) + (dune (< 3.9)) (re :with-test) (cmdliner (>= 1.1.0)) (sedlex (>= 2.3)) diff --git a/js_of_ocaml-compiler.opam b/js_of_ocaml-compiler.opam index a7aea9aa62..5ce6c28329 100644 --- a/js_of_ocaml-compiler.opam +++ b/js_of_ocaml-compiler.opam @@ -12,11 +12,11 @@ homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview" bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues" depends: [ - "dune" {>= "3.7"} "ocaml" {>= "4.08" & < "5.2"} "num" {with-test} "ppx_expect" {>= "v0.14.2" & with-test} "ppxlib" {>= "0.15.0"} + "dune" {>= "3.7" & < "3.9"} "re" {with-test} "cmdliner" {>= "1.1.0"} "sedlex" {>= "2.3"}