Skip to content

Commit

Permalink
Relax Coq version bounds in informational opam file
Browse files Browse the repository at this point in the history
With VeriNum#17 and VeriNum#19, VCFloat should build with Coq 8.18.
  • Loading branch information
JasonGross committed Sep 22, 2023
1 parent b427da8 commit ff83ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq-vcfloat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run-test: [
[make "-C" "vcfloat" "-j%{jobs}%" "tests" "COQEXTRAFLAGS=-native-compiler ondemand" {coq-native:installed & coq-compcert:version < "3.13~"}]
]
depends: [
"coq" {>= "8.16" & < "8.18~"}
"coq" {(>= "8.16" & < "8.19~") | = "dev"}
"coq-flocq" {>= "4.1.1" & < "5.0"}
"coq-interval" {>= "4.8.0"}
"coq-compcert" {>= "3.12"}
Expand Down

0 comments on commit ff83ea6

Please sign in to comment.