summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/ppx_here/ppx_here-0.14.0.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ml/ppx_here/ppx_here-0.14.0.ebuild b/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
index 03f95e8f529d..a108eb58d573 100644
--- a/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
+++ b/dev-ml/ppx_here/ppx_here-0.14.0.ebuild
@@ -15,11 +15,12 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="+ocamlopt"
DEPEND="
- dev-ml/base:=
- dev-ml/ppxlib:=
- dev-ml/ocaml-compiler-libs:=
- dev-ml/ocaml-migrate-parsetree:=
- dev-ml/result:=
+ >=dev-ml/base-0.14.0:=
+ dev-ml/findlib:=
+ >=dev-ml/ppxlib-0.18.0:=
+ >=dev-ml/ocaml-compiler-libs-0.11.0:=
+ >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
+ dev-ml/cinaps:=
"
RDEPEND="${DEPEND}"