From 5efe874457a5bc21dbdf5abce900fd64eabc3c86 Mon Sep 17 00:00:00 2001 From: Kate Date: Mon, 23 Sep 2024 13:33:37 +0100 Subject: [PATCH] Update the opam file to allow OCaml >= 5.3 Signed-off-by: Nathan Rebours --- dune-project | 3 +-- ppxlib.opam | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dune-project b/dune-project index c28b331c..14cfdd73 100644 --- a/dune-project +++ b/dune-project @@ -29,8 +29,7 @@ (conflicts (ocaml-migrate-parsetree (< 2.0.0)) (ocaml-base-compiler (= 5.1.0~alpha1)) - (ocaml-variants (= 5.1.0~alpha1+options)) - base-effects) + (ocaml-variants (= 5.1.0~alpha1+options))) (synopsis "Standard infrastructure for ppx rewriters") (description "Ppxlib is the standard infrastructure for ppx rewriters and other programs that manipulate the in-memory representation of diff --git a/ppxlib.opam b/ppxlib.opam index 25ebe0c0..729d62d6 100644 --- a/ppxlib.opam +++ b/ppxlib.opam @@ -37,7 +37,6 @@ conflicts: [ "ocaml-migrate-parsetree" {< "2.0.0"} "ocaml-base-compiler" {= "5.1.0~alpha1"} "ocaml-variants" {= "5.1.0~alpha1+options"} - "base-effects" ] build: [ ["dune" "subst"] {dev}