File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/dune/dune.3.15.3 Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ homepage: "https://github.com/ocaml/dune"
2626doc: "https://dune.readthedocs.io/"
2727bug-reports: "https://github.com/ocaml/dune/issues"
2828conflicts: [
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: [
4342depends: [
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]
You can’t perform that action at this time.
0 commit comments