From 04693f4f08c8aae7b01066f6e939487be6bc92ed Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 25 Oct 2021 09:35:57 -0400 Subject: [PATCH] fix opam file --- containers.opam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/containers.opam b/containers.opam index 582aee88..4330b193 100644 --- a/containers.opam +++ b/containers.opam @@ -14,7 +14,8 @@ depends: [ "ocaml" { >= "4.03.0" } "dune" { >= "1.4" } "dune-configurator" - "seq" + "seq" # compat + "either" # compat "qtest" { with-test } "qcheck" { with-test } "ounit" { with-test }