diff options
| author | Emilio Jesus Gallego Arias | 2019-05-04 08:54:37 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-05-04 08:54:37 +0200 |
| commit | f646a9cb36979772f821e5cf7f1fcac7fedbf32b (patch) | |
| tree | 849100901c21514f624411192ece302816a833f8 /plugins/syntax/plugin_base.dune | |
| parent | 01f2816cb72a4c94a162f76d6bfad92f906e2630 (diff) | |
| parent | ca97b1a758a918dfa594e5759eda21b1da672265 (diff) | |
Merge PR #10057: Fix #10054: Numeral Notations without the ltac plugin.
Reviewed-by: ejgallego
Diffstat (limited to 'plugins/syntax/plugin_base.dune')
| -rw-r--r-- | plugins/syntax/plugin_base.dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/syntax/plugin_base.dune b/plugins/syntax/plugin_base.dune index aac46338ea..7a23581768 100644 --- a/plugins/syntax/plugin_base.dune +++ b/plugins/syntax/plugin_base.dune @@ -3,7 +3,7 @@ (public_name coq.plugins.numeral_notation) (synopsis "Coq numeral notation plugin") (modules g_numeral numeral) - (libraries coq.plugins.ltac)) + (libraries coq.vernac)) (library (name string_notation_plugin) |
