add trace as test dep

This commit is contained in:
Simon Cruanes 2023-06-12 22:07:19 -04:00
parent d766b362f1
commit 5c462dd688
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,8 @@
(depends
(ocaml (>= 4.08))
dune
either
(either (>= 1.0))
(trace :with-test)
(odoc :with-doc)
(mdx
(and

View file

@ -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}
]