diff options
author | Sam James <sam@gentoo.org> | 2021-10-15 04:28:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-15 04:28:21 +0100 |
commit | a6c01551d7c31debec3db70595b9311cdb24a998 (patch) | |
tree | db802953a6dd37daeb0d2aa0192434d85f12c543 /dev-ml/ppx_sexp_conv | |
parent | dev-ml/ocaml-migrate-parsetree: add lower bound on dune (diff) | |
download | gentoo-a6c01551d7c31debec3db70595b9311cdb24a998.tar.gz gentoo-a6c01551d7c31debec3db70595b9311cdb24a998.tar.bz2 gentoo-a6c01551d7c31debec3db70595b9311cdb24a998.zip |
dev-ml/ppx_sexp_conv: adjust ppxlib upper bound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_sexp_conv')
-rw-r--r-- | dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2-r1.ebuild (renamed from dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2-r1.ebuild index 6f07d06be7e8..7cdc3f5e627e 100644 --- a/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2.ebuild +++ b/dev-ml/ppx_sexp_conv/ppx_sexp_conv-0.14.2-r1.ebuild @@ -19,7 +19,7 @@ DEPEND=" >=dev-ml/base-0.14.0:= dev-ml/findlib:= >=dev-ml/ppxlib-0.18.0:= - <=dev-ml/ppxlib-0.20.0:= + <dev-ml/ppxlib-0.21.0:= >=dev-ml/ocaml-compiler-libs-0.11.0:= >=dev-ml/ocaml-migrate-parsetree-2.0.0:= dev-ml/cinaps:= |