aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/plugin_base.dune
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-03 12:09:16 +0200
committerPierre-Marie Pédrot2019-05-03 13:00:56 +0200
commitca97b1a758a918dfa594e5759eda21b1da672265 (patch)
tree45c0a502d3ec1c2249fbe6915c2f3930784f320a /plugins/syntax/plugin_base.dune
parent6960da4736186fa6214854329f36f558e7aa4d0b (diff)
Fix #10054: Numeral Notations without the ltac plugin.
It was fairly easy, the plugin defined an argument that was only used in a vernacular extension. Thus marking it as VERNAC was enough not to link to Ltac.
Diffstat (limited to 'plugins/syntax/plugin_base.dune')
-rw-r--r--plugins/syntax/plugin_base.dune2
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)