From 3ade745f35450a0b913d3e7d92e12bd0fd761dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Thu, 22 Dec 2022 14:54:02 +0100 Subject: [PATCH] dev only: add pin-depend to ocaml-uideps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulysse GĂ©rard --- dune.opam.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dune.opam.template b/dune.opam.template index 4149cba8ad1b..773ed19d62b6 100644 --- a/dune.opam.template +++ b/dune.opam.template @@ -9,3 +9,6 @@ depends: [ "base-unix" "base-threads" ] +pin-depends: [ + ["ocaml-uideps.dev" "git+https://github.com/voodoos/ocaml-uideps#5e0504437a6e896f667101c979b50a3f71891e94"] +]