From cd8b8974e2d62a3c3c4d7572921b5a83cbb8642c Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 8 Oct 2018 16:09:49 +0200 Subject: [gramlib] Wrap `Gramlib`. This introduces a bit of noise in the Dune files but for now I think it is the best way to do it. --- plugins/ssr/plugin_base.dune | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/ssr/plugin_base.dune') diff --git a/plugins/ssr/plugin_base.dune b/plugins/ssr/plugin_base.dune index de9053f1a0..a13524bb52 100644 --- a/plugins/ssr/plugin_base.dune +++ b/plugins/ssr/plugin_base.dune @@ -3,4 +3,5 @@ (public_name coq.plugins.ssreflect) (synopsis "Coq's ssreflect plugin") (modules_without_implementation ssrast) + (flags :standard -open Gramlib) (libraries coq.plugins.ssrmatching)) -- cgit v1.2.3