From cf75247d4c3bca315a95c30272fbfdff9e0d36b7 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sun, 24 Nov 2019 08:50:48 +0000 Subject: [PATCH] relax upper bounds on ppx_cstruct to match opam-repo --- ppx_cstruct.opam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppx_cstruct.opam b/ppx_cstruct.opam index 2d9681b8..27502c3e 100644 --- a/ppx_cstruct.opam +++ b/ppx_cstruct.opam @@ -17,13 +17,13 @@ build: [ ] depends: [ "ocaml" {>= "4.03.0"} - "dune" {build & >= "1.0"} + "dune" "cstruct" {=version} "ounit" {with-test} "ppx_tools_versioned" {>= "5.0.1"} "ocaml-migrate-parsetree" - "ppx_sexp_conv" {with-test & < "v0.13"} - "sexplib" {< "v0.13"} + "ppx_sexp_conv" {with-test} + "sexplib" {>="v0.9.0"} "cstruct-sexp" {with-test} "cstruct-unix" {with-test & =version} "stdlib-shims"