Skip to content

Commit d8ecf80

Browse files
committed
Fix reverse dependencies of coq 9.0 package
1 parent a8ed476 commit d8ecf80

File tree

2 files changed

+2
-2
lines changed
  • packages
    • coq-catt-plugin/coq-catt-plugin.1.0
    • why3-coq/why3-coq.1.8.0

2 files changed

+2
-2
lines changed

packages/coq-catt-plugin/coq-catt-plugin.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bug-reports: "https://github.com/thibautbenjamin/catt/issues"
1111
depends: [
1212
"dune" {>= "3.16"}
1313
"catt"
14-
"coq" {>= "8.20"}
14+
"coq" {>= "8.20" & < "9.0"}
1515
"odoc" {with-doc}
1616
]
1717
build: [

packages/why3-coq/why3-coq.1.8.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install: [make "install-coq"]
3939

4040
depends: [
4141
"conf-autoconf" {build & dev}
42-
"coq" {>= "8.16"}
42+
"coq" {>= "8.16" & < "9.0"}
4343
"ocaml" {>= "4.08.0"}
4444
"ocamlfind" {build}
4545
"why3" {= version}

0 commit comments

Comments
 (0)