Skip to content
Snippets Groups Projects
Verified Commit 8689bd70 authored by Johannes Hostert's avatar Johannes Hostert
Browse files

compatibility with rocq (aka Coq) 9.0

parent c0934c77
Branches rocq-9.0
No related tags found
1 merge request!19compatibility with rocq (aka Coq) 9.0
......@@ -6,6 +6,9 @@
-arg -w -arg -redundant-canonical-projection
# Warning seems incorrect, see https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
# We can't do this migration yet until we require Coq 9.0
-arg -w -arg -deprecated-from-Coq
-arg -w -arg -deprecated-dirpath-Coq
theories/logic/satisfiable.v
theories/simulation/language.v
......
......@@ -9,7 +9,7 @@ synopsis: "Local Simulation proofs, the Iris style"
depends: [
"coq-iris" { (= "dev.2025-01-25.1.8a8f05fb") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3.1+8.20") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3.1+8.20") | (= "1.3.1+8.21") | (= "dev") }
]
build: [make "-j%{jobs}%"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment