Skip to content

Commit

Permalink
fix build on Coq 8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 12, 2024
1 parent 0d4cf86 commit 35d0187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-Q theories ABS

-arg -w -arg -deprecated-hint-without-locality

theories/abs_defs.v
theories/abs_functional_metatheory.v
3 changes: 2 additions & 1 deletion theories/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(coq.theory
(name ABS)
(package coq-abs-metatheory)
(synopsis "Formal metatheory in Coq of the ABS language"))
(synopsis "Formal metatheory in Coq of the ABS language")
(flags :standard -w -deprecated-hint-without-locality))

(rule
(target abs_defs.v)
Expand Down

0 comments on commit 35d0187

Please sign in to comment.