Skip to content

Commit

Permalink
Coq 8.15.dev also works fine
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 8, 2021
1 parent c71b2da commit 30def46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coq-autosubst.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ annotations, Autosubst synthesizes the parallel substitution
operation and automatically proves the basic lemmas about
substitutions."""

build: [make "-j%{jobs}%" ]
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.11" & < "8.15~") | (= "dev")}
"coq" {(>= "8.11" & < "8.16~") | (= "dev")}
]

tags: [
Expand Down
2 changes: 1 addition & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ license:

supported_coq_versions:
text: 8.11 or later
opam: '{(>= "8.11" & < "8.15~") | (= "dev")}'
opam: '{(>= "8.11" & < "8.16~") | (= "dev")}'

tested_coq_opam_versions:
- version: 'coq-dev'
Expand Down

0 comments on commit 30def46

Please sign in to comment.