deps: Follow @kit-ty-kate's advice

/see ocaml/opam-repository#24240
This commit is contained in:
Elliott Cable 2023-08-29 01:39:42 +00:00
parent 9a26bb5e8b
commit 6bf59ee21e
2 changed files with 8 additions and 4 deletions

View file

@ -34,9 +34,12 @@
:with-dev-setup :with-dev-setup
(>= 0.24) (>= 0.24)
(< 0.25)))) (< 0.25))))
(depopts (depopts trace)
(conflicts
(trace (trace
(>= 0.3))) (or
(< 0.3)
(>= 0.4))))
(tags (tags
(instrumentation tracing opentelemetry datadog jaeger))) (instrumentation tracing opentelemetry datadog jaeger)))

View file

@ -18,8 +18,9 @@ depends: [
"ocaml-lsp-server" {with-dev-setup} "ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"} "ocamlformat" {with-dev-setup & >= "0.24" & < "0.25"}
] ]
depopts: [ depopts: ["trace"]
"trace" {>= "0.3"} conflicts: [
"trace" {< "0.3" | >= "0.4"}
] ]
build: [ build: [
["dune" "subst"] {dev} ["dune" "subst"] {dev}