Skip to content

Commit 0a5e6e8

Browse files
Update dune dependency version to 3.8 and add conflicts
1 parent 092664d commit 0a5e6e8

File tree

1 file changed

+3
-1
lines changed
  • packages/coq-waterproof/coq-waterproof.3.0.0+8.20

1 file changed

+3
-1
lines changed

packages/coq-waterproof/coq-waterproof.3.0.0+8.20/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
2424
depends: [
2525
"ocaml" {>= "4.09.0"}
2626
"coq" {>= "8.20" & < "8.21" | = "dev"}
27-
"dune" {>= "3.6"}
27+
"dune" {>= "3.8"}
2828
]
2929

3030
build: [
@@ -33,6 +33,8 @@ build: [
3333

3434
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535

36+
conflicts: [ "ocaml-option-bytecode-only" ]
37+
3638
tags: [
3739
"keyword:mathematics education"
3840
"category:Mathematics/Education"

0 commit comments

Comments
 (0)