Skip to content

Commit 5af9fe1

Browse files
authored
Merge pull request ocaml#28119 from ocaml/mseri-patch-3
dune 3.15.3: fix ocaml upper bound
2 parents 2454559 + e6dcd0e commit 5af9fe1

File tree

1 file changed

+1
-2
lines changed
  • packages/dune/dune.3.15.3

1 file changed

+1
-2
lines changed

packages/dune/dune.3.15.3/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ homepage: "https://github.com/ocaml/dune"
2626
doc: "https://dune.readthedocs.io/"
2727
bug-reports: "https://github.com/ocaml/dune/issues"
2828
conflicts: [
29-
"ocaml" {< "5.4"}
3029
"merlin" {< "3.4.0"}
3130
"ocaml-lsp-server" {< "1.3.0"}
3231
"dune-configurator" {< "2.3.0"}
@@ -43,7 +42,7 @@ build: [
4342
depends: [
4443
# Please keep the lower bound in sync with .github/workflows/workflow.yml,
4544
# dune-project and min_ocaml_version in bootstrap.ml
46-
("ocaml" {>= "4.08"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
45+
("ocaml" {>= "4.08" & < "5.4"} | ("ocaml" {>= "4.02" & < "4.08~~"} & "ocamlfind-secondary"))
4746
"base-unix"
4847
"base-threads"
4948
]

0 commit comments

Comments
 (0)