diff options
| author | Théo Zimmermann | 2018-10-17 12:24:02 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-17 12:24:02 +0200 |
| commit | f111af975860b5f48bb792d718e4eb211f6fa57f (patch) | |
| tree | 152f6d9cb2438ae5cd6a1dfd0f3963aec33e32fd /plugins | |
| parent | 3b1bff3262c7f40c7f4726d773845bfb6552d364 (diff) | |
| parent | 441806f22b1b13fb68abe509f6a87a4f78c02f5e (diff) | |
Merge PR #8748: [dune] [plugins] Fix plugin name ground -> firstorder
Diffstat (limited to 'plugins')
| -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)) |
