Skip to content

Commit

Permalink
Merge pull request #34 from WasmCert/opam.0.2
Browse files Browse the repository at this point in the history
adjusted representation of dune bounds
  • Loading branch information
raoxiaojia authored Jan 23, 2024
2 parents 17b8cd0 + 726bf1c commit b6226ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq-wasm.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage: "https://github.com/WasmCert/WasmCert-Coq"
bug-reports: "https://github.com/WasmCert/WasmCert-Coq/issues"
depends: [
"dune" {>= "3.0"}
"coq" {>= "8.16" & <= "8.17.1"}
"coq" {>= "8.16" & < "8.18~"}
"coq-compcert" {>= "3.11"}
"coq-mathcomp-ssreflect" {>= "1.16.0" & <= "1.18.0"}
"coq-itree" {>= "3.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(synopsis "Wasm formalisation in Coq")
(description "Wasm formalisation in Coq, following the AFP formalisation of Conrad Watt")
(depends
(coq (and (>= 8.16) (<= 8.17.1)))
(coq (and (>= 8.16) (< 8.18~)))
(coq-compcert (>= 3.11))
(coq-mathcomp-ssreflect (and (>= 1.16.0) (<= 1.18.0)))
(coq-itree (>= 3.1.0))
Expand Down

0 comments on commit b6226ea

Please sign in to comment.