Skip to content

Commit

Permalink
Merge pull request #2681 from palmskog/relax-bounds-8.18
Browse files Browse the repository at this point in the history
update bounds for jmlcoq and almost-full
  • Loading branch information
palmskog authored Aug 20, 2023
2 parents 4fcf35d + c8e3978 commit c311cb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Theorem, useful for proving termination."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10" & < "8.16~"}
"coq" {>= "8.10" & < "8.19~"}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-jmlcoq/coq-jmlcoq.8.15.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ verified runtime assertion checker for JML."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10" & < "8.17~"}
"coq" {>= "8.10" & < "8.19~"}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-ott/coq-ott.0.33/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ this library.
build: [make "-j%{jobs}%" "-C" "coq"]
install: [make "-C" "coq" "install"]
depends: [
"coq" {>= "8.5.3"}
"coq" {>= "8.6"}
]
conflicts: [
"ott" { != version }
Expand Down

0 comments on commit c311cb6

Please sign in to comment.