Skip to content

Commit

Permalink
Merge pull request #3311 from silene/upper
Browse files Browse the repository at this point in the history
Set some upper bounds.
  • Loading branch information
proux01 authored Jan 26, 2025
2 parents fdc5e1d + 3f6d0d2 commit 65f79e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-coquelicot/coq-coquelicot.3.4.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.12"}
"coq" {>= "8.12" & < "8.21~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-flocq/coq-flocq.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install" "install-glob"]
depends: [
"coq" {>= "8.12"}
"coq" {>= "8.12" & < "8.21~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-gappa/coq-gappa.1.5.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.8.1"}
"coq" {>= "8.8.1" & < "8.21~"}
"coq-flocq" {>= "3.0"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-gappa/coq-gappa.1.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install: ["./remake" "install"]
depends: [
"ocaml"
"ocamlfind" {build}
"coq" {>= "8.16"}
"coq" {>= "8.16" & < "8.21~"}
"coq-flocq" {>= "4.1"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.11" & != "8.19.0"}
"coq" {>= "8.11" & != "8.19.0" & < "8.21~"}
"coq-bignums"
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6"}
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.13.1" & != "8.19.0"}
"coq" {>= "8.13.1" & != "8.19.0" & < "8.21~"}
"coq-bignums"
"coq-flocq" {>= "3.1"}
"coq-mathcomp-ssreflect" {>= "1.6"}
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-interval/coq-interval.4.11.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.13.1" & != "8.19.0"}
"coq" {>= "8.13.1" & != "8.19.0" & < "8.21~"}
"coq-bignums"
"coq-flocq" {>= "3.2"}
"coq-mathcomp-ssreflect" {>= "1.12"}
Expand Down

0 comments on commit 65f79e3

Please sign in to comment.