mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
fix: remove spurious dep
This commit is contained in:
parent
6920c3341a
commit
9dd2cf5ade
3 changed files with 3 additions and 3 deletions
|
|
@ -61,8 +61,6 @@
|
|||
(>= 4.08))
|
||||
(trace
|
||||
(= :version))
|
||||
(trace-subscriber
|
||||
(= :version))
|
||||
(mtime
|
||||
(>= 2.0))
|
||||
base-unix
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@ depends: [
|
|||
"dune" {>= "2.9"}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
depopts: [
|
||||
"mtime" {>= "2.0"}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ bug-reports: "https://github.com/c-cube/ocaml-trace/issues"
|
|||
depends: [
|
||||
"ocaml" {>= "4.08"}
|
||||
"trace" {= version}
|
||||
"trace-subscriber" {= version}
|
||||
"mtime" {>= "2.0"}
|
||||
"base-unix"
|
||||
"dune" {>= "2.9"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue