Skip to content

Commit

Permalink
opam: declare missing dependencies (#5998)
Browse files Browse the repository at this point in the history
clock now uses xapi-log, so it needs to have the dependency declared in
opam
  • Loading branch information
psafont authored Sep 17, 2024
2 parents 8902600 + 9637ebf commit 5d6a033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clock.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"astring"
"mtime"
"ptime"
"xapi-log" {= version}
"qcheck-core" {with-test}
"qcheck-alcotest" {with-test}
"odoc" {with-doc}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
astring
mtime
ptime
(xapi-log (= :version))
(qcheck-core :with-test)
(qcheck-alcotest :with-test)
)
Expand Down

0 comments on commit 5d6a033

Please sign in to comment.