mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
relax bounds on ppxlib
This commit is contained in:
parent
15edb582d0
commit
aa2eef6f31
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
(ppxlib
|
(ppxlib
|
||||||
(and
|
(and
|
||||||
(>= 0.28)
|
(>= 0.28)
|
||||||
(< 0.38)))
|
(< 0.36)))
|
||||||
(trace
|
(trace
|
||||||
(= :version))
|
(= :version))
|
||||||
(trace-tef
|
(trace-tef
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ homepage: "https://github.com/c-cube/ocaml-trace"
|
||||||
bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
|
bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
|
||||||
depends: [
|
depends: [
|
||||||
"ocaml" {>= "4.12"}
|
"ocaml" {>= "4.12"}
|
||||||
"ppxlib" {>= "0.28" & < "0.38"}
|
"ppxlib" {>= "0.28" & < "0.36"}
|
||||||
"trace" {= version}
|
"trace" {= version}
|
||||||
"trace-tef" {= version & with-test}
|
"trace-tef" {= version & with-test}
|
||||||
"dune" {>= "2.9"}
|
"dune" {>= "2.9"}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue