aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/plugin_base.dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-17 01:55:08 +0200
committerEmilio Jesus Gallego Arias2018-10-17 01:55:08 +0200
commit441806f22b1b13fb68abe509f6a87a4f78c02f5e (patch)
tree152f6d9cb2438ae5cd6a1dfd0f3963aec33e32fd /plugins/firstorder/plugin_base.dune
parent3b1bff3262c7f40c7f4726d773845bfb6552d364 (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.dune2
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))