From ae16f5d2f869a044a755382e149164374e911274 Mon Sep 17 00:00:00 2001 From: Fardale Date: Fri, 23 Dec 2022 14:00:20 +0100 Subject: [PATCH] opam: add mdx as test dependency of containers-data --- containers-data.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers-data.opam b/containers-data.opam index 11b0d90b..57ac1738 100644 --- a/containers-data.opam +++ b/containers-data.opam @@ -18,7 +18,7 @@ depends: [ | ("ocaml" {with-test & >= "4.08"} & "qcheck-core" {>= "0.18" & with-test})) "iter" { with-test } "gen" { with-test } - #"mdx" { with-test & >= "1.5.0" & < "2.0.0" } + "mdx" { with-test } "odoc" { with-doc } ] tags: [ "containers" "RAL" "functional" "vector" "okasaki" ]