Skip to content

Commit 48010ff

Browse files
smuenzelmseri
andauthored
Restrict non-working ocaml version for dune (ocaml#28092)
* Restrict non-working ocaml version for dune * Syntax error * Update packages/dune/dune.3.18.2/opam --------- Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>
1 parent f326cf7 commit 48010ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/dune/dune.3.10.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
depends: [
4343
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
4444
# dune-project and min_ocaml_version in bootstrap.ml
45-
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45+
("ocaml" {>= "4.08" & < "5.3"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
4646
"base-unix"
4747
"base-threads"
4848
]

packages/dune/dune.3.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
depends: [
4343
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
4444
# dune-project and min_ocaml_version in bootstrap.ml
45-
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45+
("ocaml" {>= "4.08" & < "5.4"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
4646
"base-unix"
4747
"base-threads"
4848
"lwt" { with-dev-setup & os != "win32" }

packages/dune/dune.3.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build: [
4242
depends: [
4343
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
4444
# dune-project and min_ocaml_version in bootstrap.ml
45-
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45+
("ocaml" {>= "4.08" & < "5.3"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
4646
"base-unix"
4747
"base-threads"
4848
]

0 commit comments

Comments
 (0)