From 5c462dd68817625b30975c0eeda70bc5b55d390c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 12 Jun 2023 22:07:19 -0400 Subject: [PATCH] add `trace` as test dep --- dune-project | 3 ++- moonpool.opam | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index c0267e02..f506fb8d 100644 --- a/dune-project +++ b/dune-project @@ -18,7 +18,8 @@ (depends (ocaml (>= 4.08)) dune - either + (either (>= 1.0)) + (trace :with-test) (odoc :with-doc) (mdx (and diff --git a/moonpool.opam b/moonpool.opam index c671a7ed..44d0121f 100644 --- a/moonpool.opam +++ b/moonpool.opam @@ -11,7 +11,8 @@ bug-reports: "https://github.com/c-cube/moonpool/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "3.0"} - "either" + "either" {>= "1.0"} + "trace" {with-test} "odoc" {with-doc} "mdx" {>= "1.9.0" & with-test} ]