Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit b02f39bf authored by Karl Palmskog's avatar Karl Palmskog Committed by GitHub
Browse files

Merge pull request #3381 from aleksnanevski/master

changed coq-htt-core to work with rocq 9.0
parents 44bd4203 d1b57f06
No related branches found
No related tags found
No related merge requests found
Pipeline #1156195 passed
......@@ -21,7 +21,7 @@ This library relies on propositional and functional extentionality axioms."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.19" & < "9.1~"}
"coq" { (>= "8.19" & < "9.1~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-hierarchy-builder" { (>= "1.7.0" & < "1.9~") | (= "dev") }
"coq-mathcomp-algebra"
......
......@@ -30,7 +30,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
build: [make "-C" "htt" "-j%{jobs}%"]
install: [make "-C" "htt" "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq" { (>= "8.19" & < "9.1~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
......
......@@ -30,7 +30,7 @@ that HTT implements Separation logic as a shallow embedding in Coq."""
build: [make "-C" "examples" "-j%{jobs}%"]
install: [make "-C" "examples" "install"]
depends: [
"coq" {>= "8.19" & < "9.1~"}
"coq" { (>= "8.19" & < "9.1~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.4~") | (= "dev") }
"coq-mathcomp-algebra"
"coq-mathcomp-fingroup"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment