Skip to content

Commit

Permalink
opam: declare missing dependencies
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

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Sep 17, 2024
1 parent 85f9271 commit 9637ebf
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 9637ebf

Please sign in to comment.