Skip to content

Commit

Permalink
Merge pull request #2700 from palmskog/mc-bounds
Browse files Browse the repository at this point in the history
Upper MathComp bounds for some packages
  • Loading branch information
palmskog authored Sep 3, 2023
2 parents bfbfd8d + c570b5c commit dc80ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions released/packages/coq-algorand/coq-algorand.1.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.14"}
"coq-mathcomp-ssreflect" {>= "1.14"}
"coq-mathcomp-ssreflect" {>= "1.14" & < "2.0"}
"coq-mathcomp-algebra"
"coq-mathcomp-finmap" {>= "1.5.1"}
"coq-mathcomp-finmap" {>= "1.5.1" & < "2.0"}
"coq-mathcomp-analysis" {>= "0.5.0"}
"coq-mathcomp-zify"
"coq-record-update"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-disel/coq-disel.2.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.14"}
"coq-mathcomp-ssreflect" {>= "1.13"}
"coq-mathcomp-ssreflect" {>= "1.13" & < "2.0"}
"coq-fcsl-pcm" {>= "1.7.0"}
"coq-htt" {>= "1.2.0"}
]
Expand Down

0 comments on commit dc80ac3

Please sign in to comment.