File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ the Coq proof assistant and extracted to executable code.
1515build: [make "-j%{jobs}%" "stores"]
1616depends: [
1717 "ocaml" {>= "4.05.0"}
18- "coq" {(>= "8.9" & < "8.10 ~") | (= "dev")}
18+ "coq" {(>= "8.9" & < "8.11 ~") | (= "dev")}
1919 "ocamlbuild" {build}
2020 "batteries" {>= "2.8.0"}
2121]
Original file line number Diff line number Diff line change @@ -16,11 +16,9 @@ of client programs.
1616
1717build: [make "-j%{jobs}%"]
1818install: [make "install"]
19- remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Chapar"]
20- flags: light-uninstall
2119depends: [
2220 "ocaml"
23- "coq" {(>= "8.9" & < "8.10 ~") | (= "dev")}
21+ "coq" {(>= "8.9" & < "8.11 ~") | (= "dev")}
2422]
2523
2624tags: [
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ plugin: false
4141
4242supported_coq_versions :
4343 text : 8.9 or later
44- opam : ' {(>= "8.9" & < "8.10 ~") | (= "dev")}'
44+ opam : ' {(>= "8.9" & < "8.11 ~") | (= "dev")}'
4545
4646tested_coq_nix_versions :
4747- version_or_url : https://github.com/coq/coq-on-cachix/tarball/master
You can’t perform that action at this time.
0 commit comments