Skip to content

Commit 7debb3a

Browse files
committed
Add a missing lower-bound to dune >= 2.0.0
1 parent b9b2e51 commit 7debb3a

File tree

38 files changed

+38
-38
lines changed

38 files changed

+38
-38
lines changed

packages/dune/dune.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {< "4.06~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.06~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {< "4.06~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.06" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.06~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.1.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.1.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
depends: [
29-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
29+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
3030
"base-unix"
3131
"base-threads"
3232
]

packages/dune/dune.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build: [
3939
depends: [
4040
# Please keep the lower bound in sync with .travis.yml, dune-project
4141
# and min_ocaml_version in bootstrap.ml
42-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
42+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
4343
"base-unix"
4444
"base-threads"
4545
]

packages/dune/dune.2.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build: [
3939
depends: [
4040
# Please keep the lower bound in sync with .travis.yml, dune-project
4141
# and min_ocaml_version in bootstrap.ml
42-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
42+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
4343
"base-unix"
4444
"base-threads"
4545
]

packages/dune/dune.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build: [
3939
depends: [
4040
# Please keep the lower bound in sync with .travis.yml, dune-project
4141
# and min_ocaml_version in bootstrap.ml
42-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
42+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
4343
"base-unix"
4444
"base-threads"
4545
]

packages/dune/dune.2.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build: [
3939
depends: [
4040
# Please keep the lower bound in sync with .travis.yml, dune-project
4141
# and min_ocaml_version in bootstrap.ml
42-
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {< "4.07~~"} & "ocamlfind-secondary"))
42+
("ocaml" {>= "4.07" & < "4.12"} | ("ocaml" {>= "4.02" & < "4.07~~"} & "ocamlfind-secondary"))
4343
"base-unix"
4444
"base-threads"
4545
]

0 commit comments

Comments
 (0)