Skip to content

Commit 255ce9d

Browse files
committed
Allow dune >= 3.15.3 in all packages restricting dune to < 3.14
1 parent 81b6126 commit 255ce9d

File tree

7 files changed

+7
-7
lines changed
  • core-dev/packages/coq-core
    • coq-core.8.19+rc1
    • coq-core.8.19.dev
    • coq-core.8.20+rc1
    • coq-core.8.20.dev
    • coq-core.dev
  • extra-dev/packages
    • coq-quickchick/coq-quickchick.dev
    • coq-simple-io/coq-simple-io.dev

7 files changed

+7
-7
lines changed

Diff for: core-dev/packages/coq-core/coq-core.8.19+rc1/opam

+1-1
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" {>= "2.9" & < "3.14"}
28+
"dune" {>= "2.9" & < "3.14" | >= "3.15.3" }
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

Diff for: core-dev/packages/coq-core/coq-core.8.19.dev/opam

+1-1
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" {>= "2.9" & < "3.14"}
28+
"dune" {>= "2.9" & < "3.14" | >= "3.15.3"}
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

Diff for: core-dev/packages/coq-core/coq-core.8.20+rc1/opam

+1-1
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" & < "3.14"}
28+
"dune" {>= "3.6.1" & < "3.14" | >= "3.15.3"}
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

Diff for: core-dev/packages/coq-core/coq-core.8.20.dev/opam

+1-1
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" & < "3.14"}
28+
"dune" {>= "3.6.1" & < "3.14" | >= "3.15.3"}
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

Diff for: core-dev/packages/coq-core/coq-core.dev/opam

+1-1
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" {>= "2.9" & < "3.14"}
28+
"dune" {>= "2.9" & < "3.14" | >= "3.15.3"}
2929
"ocaml" {>= "4.09.0"}
3030
"ocamlfind" {>= "1.8.1"}
3131
"zarith" {>= "1.11"}

Diff for: extra-dev/packages/coq-quickchick/coq-quickchick.dev/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: [
1313
]
1414

1515
depends: [
16-
"dune" {>= "3.12" & < "3.14"}
16+
"dune" {>= "3.12" & < "3.14" | >= "3.15.3"}
1717
"ocaml" {>= "4.07"}
1818
"menhir" {build}
1919
"cppo" {build & >= "1.6.8"}

Diff for: extra-dev/packages/coq-simple-io/coq-simple-io.dev/opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"ocamlbuild" {with-test & >= "0.9.0"}
1818
"cppo" {build & >= "1.6.8"}
1919
"ocamlfind"
20-
"dune" {>= "3.12" & < "3.14"}
20+
"dune" {>= "3.12" & < "3.14" | >= "3.15.3"}
2121
]
2222
tags: [
2323
"logpath:SimpleIO"

0 commit comments

Comments
 (0)