Skip to content

Commit cedfcd1

Browse files
authored
zenon 0.8.5: fix bound on depopts
1 parent 2818963 commit cedfcd1

File tree

1 file changed

+2
-1
lines changed
  • packages/zenon/zenon.0.8.5

1 file changed

+2
-1
lines changed

packages/zenon/zenon.0.8.5/opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ depends: [
88
"ocaml" {>= "4.07.0"}
99
]
1010
depopts: [
11-
"coq" {>= "8.6"}
11+
"coq"
1212
]
1313
conflicts: [
14+
"coq" {< "8.6"}
1415
"coq-core"
1516
]
1617
build: [

0 commit comments

Comments
 (0)