From 641042302f05f6ec42f61a4bdb73fad70bb90c41 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sun, 7 Oct 2018 07:08:42 +0200 Subject: [camlp5] Fix warnings, switch Coq to vendored library. --- pretyping/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pretyping') diff --git a/pretyping/dune b/pretyping/dune index 6609b4e328..89977cb946 100644 --- a/pretyping/dune +++ b/pretyping/dune @@ -3,4 +3,4 @@ (synopsis "Coq's Type Inference Component (Pretyper)") (public_name coq.pretyping) (wrapped false) - (libraries camlp5.gramlib engine)) + (libraries coq.gramlib engine)) -- cgit v1.2.3 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. --- pretyping/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pretyping') diff --git a/pretyping/dune b/pretyping/dune index 89977cb946..14bce92de1 100644 --- a/pretyping/dune +++ b/pretyping/dune @@ -3,4 +3,4 @@ (synopsis "Coq's Type Inference Component (Pretyper)") (public_name coq.pretyping) (wrapped false) - (libraries coq.gramlib engine)) + (libraries engine)) -- cgit v1.2.3