From 29ef0bb45e022e6f5eb37681133f7801471cf168 Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Wed, 29 Jun 2022 15:33:10 +0200 Subject: [PATCH] Require newer dune to infer targets It is not quite clear when exactly support for this was added, but 2.0 mentions a fix to the inferrence of long-form rules. --- packages/yojson/yojson.2.0.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yojson/yojson.2.0.1/opam b/packages/yojson/yojson.2.0.1/opam index 2e8f9cb954a..c9ea746db9b 100644 --- a/packages/yojson/yojson.2.0.1/opam +++ b/packages/yojson/yojson.2.0.1/opam @@ -14,7 +14,7 @@ build: [ ] depends: [ "ocaml" {>= "4.02.3"} - "dune" + "dune" {>= "2.0"} "cppo" {build} "alcotest" {with-test & >= "0.8.5"} "odoc" {with-doc}