diff options
| author | Pierre-Marie Pédrot | 2019-03-30 20:22:59 +0100 |
|---|---|---|
| committer | GitHub | 2019-03-30 20:22:59 +0100 |
| commit | 66c0cf22a9f67b70046674fb066942a5556c1558 (patch) | |
| tree | e79cb2a4ff2ed29e25981b38413dba18a6420383 /src | |
| parent | 374c88c84d41bd490bc97fe783c3c2f22100b17d (diff) | |
| parent | 28d60e8f729ee6b66c9252c9766f3fe2d8d854cf (diff) | |
Merge pull request coq/ltac2#86 from ejgallego/more-dune
[dune] Full Dune support.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dune | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ (library - (name ltac2) - (public_name coq.plugins.ltac2) + (name ltac2_plugin) + (public_name ltac2.plugin) (modules_without_implementation tac2expr tac2qexpr tac2types) - (flags :standard -w -50) + (flags :standard -warn-error -9-27-50) (libraries coq.plugins.firstorder)) (rule |
