From dcb1a0c85f009addebe0d2b4bd1b350b3ca8ee18 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Fri, 22 Oct 2004 12:27:46 +0000 Subject: [PATCH] removed dependency on cic_textual_parser where this dep was used only for term_of_uri, now in CicUtil --- helm/ocaml/METAS/meta.helm-mathql.src | 2 +- helm/ocaml/METAS/meta.helm-mathql_interpreter.src | 2 +- helm/ocaml/METAS/meta.helm-tactics.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/ocaml/METAS/meta.helm-mathql.src b/helm/ocaml/METAS/meta.helm-mathql.src index 9e70c97ef..df553d7d5 100644 --- a/helm/ocaml/METAS/meta.helm-mathql.src +++ b/helm/ocaml/METAS/meta.helm-mathql.src @@ -1,4 +1,4 @@ -requires="helm-urimanager helm-cic_textual_parser" +requires="helm-urimanager" version="1.3" archive(byte)="mathql.cma" archive(native)="mathql.cmxa" diff --git a/helm/ocaml/METAS/meta.helm-mathql_interpreter.src b/helm/ocaml/METAS/meta.helm-mathql_interpreter.src index 27ebe5776..42275abf6 100644 --- a/helm/ocaml/METAS/meta.helm-mathql_interpreter.src +++ b/helm/ocaml/METAS/meta.helm-mathql_interpreter.src @@ -1,4 +1,4 @@ -requires="helm-cic helm-cic_textual_parser postgres mysql helm-mathql helm-registry" +requires="helm-cic postgres mysql helm-mathql helm-registry" #natile-galax version="1.3" archive(byte)="mathql_interpreter.cma" diff --git a/helm/ocaml/METAS/meta.helm-tactics.src b/helm/ocaml/METAS/meta.helm-tactics.src index 8bc55477c..28943c17d 100644 --- a/helm/ocaml/METAS/meta.helm-tactics.src +++ b/helm/ocaml/METAS/meta.helm-tactics.src @@ -1,4 +1,4 @@ -requires="helm-cic_textual_parser helm-cic_proof_checking helm-cic_unification helm-mathql_generator helm-mathql_interpreter helm-mathql helm-metadata" +requires="helm-cic_proof_checking helm-cic_unification helm-mathql_generator helm-mathql_interpreter helm-mathql helm-metadata" version="0.0.1" archive(byte)="tactics.cma" archive(native)="tactics.cmxa" -- 2.39.2