diff options
| author | Pierre-Marie Pédrot | 2018-12-05 17:48:53 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-12-05 17:48:53 +0100 |
| commit | 8a28cf181a47072fe9a09e98bca761774520d0c3 (patch) | |
| tree | 42faf529e552d5682be4ab827f8c71d7a4afef96 /gramlib/dune | |
| parent | ce4910fe9299bbd54a313980eedaf8d57daade1c (diff) | |
| parent | 0422f7e67c6c87ab364212a267288afcc7313e90 (diff) | |
Merge PR #9065: [gramlib] Remove `Ploc.t` in favor of `Loc.t`
Diffstat (limited to 'gramlib/dune')
| -rw-r--r-- | gramlib/dune | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gramlib/dune b/gramlib/dune index 6a9e622b4c..8ca6aff25a 100644 --- a/gramlib/dune +++ b/gramlib/dune @@ -1,3 +1,4 @@ (library (name gramlib) - (public_name coq.gramlib)) + (public_name coq.gramlib) + (libraries coq.lib)) |
