Skip to content

Commit

Permalink
Fix missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Aug 22, 2024
1 parent df17aef commit e0fff77
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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 cmdliner commandlang-to-cmdliner vcs-command)
(libraries commandlang-err commandlang-to-cmdliner vcs-command)
(instrumentation
(backend bisect_ppx)))
10 changes: 10 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
(= 1.3.0))
(commandlang
(>= 0.0.1))
(commandlang-err
(>= 0.0.1))
(commandlang-to-cmdliner
(>= 0.0.1))
(eio
Expand Down Expand Up @@ -408,6 +410,14 @@
(and
:dev
(>= 2.8.3)))
(cmdliner
(= 1.3.0))
(commandlang
(>= 0.0.1))
(commandlang-err
(>= 0.0.1))
(commandlang-to-cmdliner
(>= 0.0.1))
(core
(and
(>= v0.17)
Expand Down
1 change: 1 addition & 0 deletions vcs-command.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"bisect_ppx" {dev & >= "2.8.3"}
"cmdliner" {= "1.3.0"}
"commandlang" {>= "0.0.1"}
"commandlang-err" {>= "0.0.1"}
"commandlang-to-cmdliner" {>= "0.0.1"}
"eio" {>= "1.0"}
"eio_main" {>= "1.0"}
Expand Down
4 changes: 4 additions & 0 deletions vcs-tests.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ depends: [
"base" {>= "v0.17" & < "v0.18"}
"base_quickcheck" {>= "v0.17" & < "v0.18"}
"bisect_ppx" {dev & >= "2.8.3"}
"cmdliner" {= "1.3.0"}
"commandlang" {>= "0.0.1"}
"commandlang-err" {>= "0.0.1"}
"commandlang-to-cmdliner" {>= "0.0.1"}
"core" {>= "v0.17" & < "v0.18"}
"eio" {>= "1.0"}
"eio_main" {>= "1.0"}
Expand Down

0 comments on commit e0fff77

Please sign in to comment.