mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
add trace as test dep
This commit is contained in:
parent
d766b362f1
commit
5c462dd688
2 changed files with 4 additions and 2 deletions
|
|
@ -18,7 +18,8 @@
|
|||
(depends
|
||||
(ocaml (>= 4.08))
|
||||
dune
|
||||
either
|
||||
(either (>= 1.0))
|
||||
(trace :with-test)
|
||||
(odoc :with-doc)
|
||||
(mdx
|
||||
(and
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ bug-reports: "https://github.com/c-cube/moonpool/issues"
|
|||
depends: [
|
||||
"ocaml" {>= "4.08"}
|
||||
"dune" {>= "3.0"}
|
||||
"either"
|
||||
"either" {>= "1.0"}
|
||||
"trace" {with-test}
|
||||
"odoc" {with-doc}
|
||||
"mdx" {>= "1.9.0" & with-test}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue