From 812ad718e853cc85539593aa696d11b13db5b386 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 13 Dec 2024 18:38:15 +0100 Subject: [PATCH] sherlodoc: Fix test dependency on menhirLib --- sherlodoc.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlodoc.opam b/sherlodoc.opam index c40545fec6..7710ce4c11 100644 --- a/sherlodoc.opam +++ b/sherlodoc.opam @@ -23,6 +23,7 @@ depends: [ "ppx_blob" {>= "0.7.2"} "tyxml" {>= "4.6.0"} "result" {>= "1.5"} + "menhirLib" {>= "20230608" & with-test} "odig" {with-test} "base" {with-test & = "v0.16.3"} "alcotest" {with-test}