Skip to content

Commit 1b5e15f

Browse files
erikmdthery
authored andcommitted
fix: Workaround ocaml/dune#9895 (comment)
1 parent d651c5e commit 1b5e15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core-dev/packages/coq-core/coq-core.8.20.dev

core-dev/packages/coq-core/coq-core.8.20.dev/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
2525
doc: "https://coq.github.io/doc/"
2626
bug-reports: "https://github.com/coq/coq/issues"
2727
depends: [
28-
"dune" {>= "3.6.1"}
28+
"dune" {>= "3.6.1" & < "3.14"}
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

0 commit comments

Comments
 (0)