diff options
| author | Emilio Jesus Gallego Arias | 2018-10-17 01:55:08 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-17 01:55:08 +0200 |
| commit | 441806f22b1b13fb68abe509f6a87a4f78c02f5e (patch) | |
| tree | 152f6d9cb2438ae5cd6a1dfd0f3963aec33e32fd /plugins/firstorder/plugin_base.dune | |
| parent | 3b1bff3262c7f40c7f4726d773845bfb6552d364 (diff) | |
[dune] [plugins] Fix plugin name ground -> firstorder
This is needed for compatibility with directory-listing
infrastructure.
Diffstat (limited to 'plugins/firstorder/plugin_base.dune')
| -rw-r--r-- | plugins/firstorder/plugin_base.dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/firstorder/plugin_base.dune b/plugins/firstorder/plugin_base.dune index bcbb99d9fc..d88daa23fc 100644 --- a/plugins/firstorder/plugin_base.dune +++ b/plugins/firstorder/plugin_base.dune @@ -1,5 +1,5 @@ (library (name ground_plugin) - (public_name coq.plugins.ground) + (public_name coq.plugins.firstorder) (synopsis "Coq's first order logic solver plugin") (libraries coq.plugins.ltac)) |
