Skip to content

Commit 9953523

Browse files
Update dune dependency version and add conflict
1 parent 3e46154 commit 9953523

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

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

30+
conflicts: [ "ocaml-option-bytecode-only" ]
31+
3032
build: [
3133
["dune" "build" "-p" name "-j" jobs "@install"]
3234
]

0 commit comments

Comments
 (0)