Skip to content

Commit 2818963

Browse files
committed
add conflicts with coq-core for failing revdeps of coq with 8.17.0
1 parent e6e0f42 commit 2818963

File tree

3 files changed

+5
-0
lines changed
  • packages
    • coq-of-ocaml/coq-of-ocaml.2.5.3+4.14
    • zenon

3 files changed

+5
-0
lines changed

packages/coq-of-ocaml/coq-of-ocaml.2.5.3+4.14/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ depopts: [
2828
]
2929
conflicts: [
3030
"coq" {< "8.11"}
31+
"coq-core"
3132
]
3233
tags: [
3334
"keyword:compilation"

packages/zenon/zenon.0.8.4/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ depopts: [
1212
]
1313
conflicts: [
1414
"coq" {>= "8.9"}
15+
"coq-core"
1516
]
1617
build: [
1718
["./configure" "--prefix" "%{prefix}%" "--libdir" "%{zenon:lib}%"]

packages/zenon/zenon.0.8.5/opam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ depends: [
1010
depopts: [
1111
"coq" {>= "8.6"}
1212
]
13+
conflicts: [
14+
"coq-core"
15+
]
1316
build: [
1417
["./configure" "--prefix" "%{prefix}%" "--libdir" "%{zenon:lib}%"]
1518
[make]

0 commit comments

Comments
 (0)