From fe6f7c31591bff828ae6c14f1a65f3c1ee6bcf48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Wed, 18 Dec 2024 10:19:28 +0100 Subject: [PATCH] mdx is required for non-test as well Maybe this is not intentional, but none the less it's the case. --- dune-project | 2 +- yocaml.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index e6f6ab9..4d033d2 100644 --- a/dune-project +++ b/dune-project @@ -24,7 +24,7 @@ (qcheck :with-test) (qcheck-alcotest :with-test) ppx_expect - (mdx (and :with-test (= 2.5.0))) + (mdx (= 2.5.0)) (ocamlformat :with-dev-setup) (ocp-indent :with-dev-setup) (merlin :with-dev-setup) diff --git a/yocaml.opam b/yocaml.opam index 37db8b4..4a7a290 100644 --- a/yocaml.opam +++ b/yocaml.opam @@ -18,7 +18,7 @@ depends: [ "qcheck" {with-test} "qcheck-alcotest" {with-test} "ppx_expect" - "mdx" {with-test & = "2.5.0"} + "mdx" {= "2.5.0"} "ocamlformat" {with-dev-setup} "ocp-indent" {with-dev-setup} "merlin" {with-dev-setup}