From 9091d09ea5b943117d8d5c66e896284bd89c984f Mon Sep 17 00:00:00 2001 From: Emilien Lemaire Date: Sun, 19 May 2024 13:29:12 +0200 Subject: [PATCH] Remove ocaml-migrate-parsetree --- dune-project | 1 - pattern.opam | 1 - ppx/dune | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dune-project b/dune-project index 96e3317..e6bd374 100644 --- a/dune-project +++ b/dune-project @@ -26,5 +26,4 @@ the list of differences between a pattern and a value. (metapp (>= 0.4.4)) (metaquot (>= 0.3.0)) (refl (>= 0.3.0)) - (ocaml-migrate-parsetree (>= 1.5.0)) (stdcompat (>= 10)))) diff --git a/pattern.opam b/pattern.opam index 0360d95..57b52bb 100644 --- a/pattern.opam +++ b/pattern.opam @@ -26,6 +26,5 @@ depends: [ "metapp" {>= "0.4.4"} "metaquot" {>= "0.3.0"} "refl" {>= "0.3.0"} - "ocaml-migrate-parsetree" {>= "1.5.0"} "stdcompat" {>= "10"} ] diff --git a/ppx/dune b/ppx/dune index b96951a..ddfdd33 100644 --- a/ppx/dune +++ b/ppx/dune @@ -5,5 +5,5 @@ (preprocess (pps metaquot.ppx)) (library_flags (-linkall)) (flags -open Stdcompat) - (libraries compiler-libs ocaml-migrate-parsetree stdcompat metapp metaquot + (libraries compiler-libs stdcompat metapp metaquot ppxlib))