Skip to content

Commit

Permalink
update dune files to dune 2.3 format
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Feb 29, 2020
1 parent 392cb6e commit 4f4cc78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 1.9)
(lang dune 2.3)
(using coq 0.1)
(name coq-lemma-overloading)
5 changes: 3 additions & 2 deletions theories/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(coq.theory
(name LemmaOverloading)
(public_name coq-lemma-overloading.LemmaOverloading)
(flags :standard
(package coq-lemma-overloading)
(synopsis "Libraries demonstrating design patterns for programming and proving with canonical structures in Coq")
(flags
-w +default
-w -notation-overridden
-w -projection-no-head-constant
Expand Down

0 comments on commit 4f4cc78

Please sign in to comment.