Skip to content

Commit

Permalink
upper bounds for coq-regexp-brzozowski.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Oct 14, 2023
1 parent 382e90a commit 86683cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ of regular expressions for correctness."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10"}
"coq-mathcomp-ssreflect" {>= "1.12.0"}
"coq-reglang" {>= "1.1.3"}
"coq" {>= "8.10" & < "8.17~"}
"coq-mathcomp-ssreflect" {>= "1.12.0" & < "1.16.0"}
"coq-reglang" {>= "1.1.3" & < "1.2.0"}
]

tags: [
Expand Down

0 comments on commit 86683cc

Please sign in to comment.