From 9595075d0f70de30c6dbfd4523d91ae1c498746d Mon Sep 17 00:00:00 2001 From: Mathieu Barbin Date: Sun, 15 Dec 2024 18:56:03 +0100 Subject: [PATCH] Add missing transitive dependencies --- bin/dune | 2 +- example/dune | 1 + lib/vcs/src/dune | 2 +- lib/vcs_command/src/dune | 2 +- lib/vcs_git_blocking/test/dune | 1 + lib/vcs_git_eio/src/dune | 2 +- lib/vcs_git_eio/test/dune | 1 + lib/vcs_git_provider/src/dune | 2 +- 8 files changed, 8 insertions(+), 5 deletions(-) diff --git a/bin/dune b/bin/dune index 33aa6c1..0caf011 100644 --- a/bin/dune +++ b/bin/dune @@ -3,6 +3,6 @@ (public_name ocaml-vcs) (package vcs-command) (flags :standard -w +a-4-40-41-42-44-45-48-66 -warn-error +a) - (libraries cmdlang-cmdliner-runner pp-log.err vcs-command) + (libraries cmdlang-cmdliner-runner pp-log.err vcs vcs-command) (instrumentation (backend bisect_ppx))) diff --git a/example/dune b/example/dune index 9d05cb6..8968d4f 100644 --- a/example/dune +++ b/example/dune @@ -23,6 +23,7 @@ expect_test_helpers_core.expect_test_helpers_base fpath fpath-sexp0 + unix vcs vcs_base vcs_git_blocking diff --git a/lib/vcs/src/dune b/lib/vcs/src/dune index 95906a4..c7c685f 100644 --- a/lib/vcs/src/dune +++ b/lib/vcs/src/dune @@ -13,7 +13,7 @@ Sexplib0 -open Sexplib0.Sexp_conv) - (libraries fpath fpath-sexp0 provider) + (libraries astring fpath fpath-sexp0 provider) (instrumentation (backend bisect_ppx)) (lint diff --git a/lib/vcs_command/src/dune b/lib/vcs_command/src/dune index fb16c0f..6fb3208 100644 --- a/lib/vcs_command/src/dune +++ b/lib/vcs_command/src/dune @@ -15,7 +15,7 @@ Sexplib0 -open Sexplib0.Sexp_conv) - (libraries cmdlang eio eio_main fpath-sexp0 sexplib0 vcs vcs-git-eio) + (libraries cmdlang eio eio_main fpath-sexp0 sexplib0 unix vcs vcs-git-eio) (instrumentation (backend bisect_ppx)) (lint diff --git a/lib/vcs_git_blocking/test/dune b/lib/vcs_git_blocking/test/dune index d43f6f6..ea63c61 100644 --- a/lib/vcs_git_blocking/test/dune +++ b/lib/vcs_git_blocking/test/dune @@ -19,6 +19,7 @@ expect_test_helpers_core.expect_test_helpers_base fpath fpath-sexp0 + unix vcs vcs_git_blocking vcs_test_helpers) diff --git a/lib/vcs_git_eio/src/dune b/lib/vcs_git_eio/src/dune index 2c5eb17..15869fe 100644 --- a/lib/vcs_git_eio/src/dune +++ b/lib/vcs_git_eio/src/dune @@ -13,7 +13,7 @@ Sexplib0 -open Sexplib0.Sexp_conv) - (libraries eio fpath fpath-sexp0 sexplib0 vcs vcs-git-provider) + (libraries eio fpath fpath-sexp0 provider sexplib0 vcs vcs-git-provider) (instrumentation (backend bisect_ppx)) (lint diff --git a/lib/vcs_git_eio/test/dune b/lib/vcs_git_eio/test/dune index d7c4cda..eb240eb 100644 --- a/lib/vcs_git_eio/test/dune +++ b/lib/vcs_git_eio/test/dune @@ -21,6 +21,7 @@ expect_test_helpers_core.expect_test_helpers_base fpath fpath-sexp0 + unix vcs vcs_git_eio vcs_test_helpers) diff --git a/lib/vcs_git_provider/src/dune b/lib/vcs_git_provider/src/dune index 86cd3be..70b5f3c 100644 --- a/lib/vcs_git_provider/src/dune +++ b/lib/vcs_git_provider/src/dune @@ -13,7 +13,7 @@ Sexplib0 -open Sexplib0.Sexp_conv) - (libraries astring fpath fpath-sexp0 sexplib0 vcs) + (libraries astring fpath fpath-sexp0 provider sexplib0 vcs) (instrumentation (backend bisect_ppx)) (lint