Skip to content

Commit

Permalink
Add upper Coq version bounds for coq-rewriter released
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Sep 23, 2023
1 parent b24b664 commit 36d1b79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install: [make "install"]
depends: [
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.9~"}
"coq" {>= "8.9~" & < "8.17~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
synopsis: "Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
synopsis: "Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.7/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
synopsis: "Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography"
Expand Down
2 changes: 1 addition & 1 deletion released/packages/coq-rewriter/coq-rewriter.0.0.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"conf-findutils" {build}
"ocaml" {build}
"ocaml" {build & >= "4.14.0" & arch != "arm64"}
"coq" {>= "8.15~"}
"coq" {>= "8.15~" & < "8.18~"}
]
dev-repo: "git+https://github.com/mit-plv/rewriter.git"
synopsis: "Reflective PHOAS rewriting/pattern-matching-compilation framework for simply-typed equalities and let-lifting, experimental and tailored for use in Fiat Cryptography"
Expand Down

0 comments on commit 36d1b79

Please sign in to comment.