aboutsummaryrefslogtreecommitdiff
path: root/META.coq
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-05-19 16:54:01 +0200
committerEmilio Jesus Gallego Arias2018-05-23 13:23:29 +0200
commitb4b515c2e61bc6ea662b48e84eb319ec8252b07d (patch)
treee2b501a4cfe8915ce7c179672b1eae3aa5f7e205 /META.coq
parente87288450d4d9e49ac91d179714a73bd0147c0d7 (diff)
[api] Move `Vernacexpr` to parsing.
There were a few spurious dependencies on the `Vernac` AST in the pretyper, we remove them and move `Vernacexpr` and `Extend` to parsing, where they do belong more.
Diffstat (limited to 'META.coq')
-rw-r--r--META.coq4
1 files changed, 2 insertions, 2 deletions
diff --git a/META.coq b/META.coq
index 3414ccbd40..12d7666cb0 100644
--- a/META.coq
+++ b/META.coq
@@ -131,10 +131,10 @@ package "interp" (
package "grammar" (
- description = "Coq Base Grammar"
+ description = "Coq Camlp5 Grammar Extensions for Plugins"
version = "8.8"
- requires = "coq.interp"
+ requires = "camlp5.gramlib"
directory = "grammar"
archive(byte) = "grammar.cma"