From 459098312e2a570fee765ee06fa2406893c34887 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 24 Jun 2023 15:46:14 -0400 Subject: [PATCH] fix opam --- containers.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers.opam b/containers.opam index c473da06..bc23aeda 100644 --- a/containers.opam +++ b/containers.opam @@ -15,7 +15,7 @@ depends: [ "dune" { >= "2.0" } "dune-configurator" "either" # compat -| "qcheck-core" {>= "0.18" & with-test} + "qcheck-core" {>= "0.18" & with-test} "yojson" { with-test } "iter" { with-test } "gen" { with-test }