this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27632 from mattam82/fix-rocq-9.0-revdeps

Fix rocq 9.0 revdeps

authored by

Marcello Seri and committed by
GitHub
1a8bbb0e 4f8517f5

+2 -2
+1 -1
packages/coq-catt-plugin/coq-catt-plugin.1.0/opam
··· 11 11 depends: [ 12 12 "dune" {>= "3.16"} 13 13 "catt" 14 - "coq" {>= "8.20"} 14 + "coq" {>= "8.20" & < "9.0"} 15 15 "odoc" {with-doc} 16 16 ] 17 17 build: [
+1 -1
packages/why3-coq/why3-coq.1.8.0/opam
··· 39 39 40 40 depends: [ 41 41 "conf-autoconf" {build & dev} 42 - "coq" {>= "8.16"} 42 + "coq" {>= "8.16" & < "9.0"} 43 43 "ocaml" {>= "4.08.0"} 44 44 "ocamlfind" {build} 45 45 "why3" {= version}