Skip to content

Commit

Permalink
Merge pull request #2762 from palmskog/brzozowski-bound
Browse files Browse the repository at this point in the history
upper bounds for coq-regexp-brzozowski.1.0.0
  • Loading branch information
palmskog authored Oct 14, 2023
2 parents 382e90a + 86683cc commit 27f0754
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 27f0754

Please sign in to comment.