Skip to content

Commit 9805673

Browse files
committed
fixed Coq version (it does not compile with 8.19)
1 parent dc6bf28 commit 9805673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cerberus-cheri.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ depends: [
3535
"ounit2"
3636
"ppx_deriving"
3737
"zarith"
38-
"coq" {>= "8.18.0"}
38+
"coq" {= "8.18.0"}
3939
"coq-bbv" {>= "1.3" & <= "1.4"}
4040
"coq-sail-stdpp"
4141
"coq-ext-lib"

0 commit comments

Comments
 (0)