remove superfluous rresult dependency
This commit is contained in:
parent
7075cc1674
commit
d2196990cc
2 changed files with 1 additions and 2 deletions
|
@ -15,7 +15,6 @@ depends: [
|
|||
"opam-core"
|
||||
"opam-format"
|
||||
"ocamldot"
|
||||
"rresult"
|
||||
"tyxml"
|
||||
"gg"
|
||||
]
|
||||
|
|
2
src/dune
2
src/dune
|
@ -1,5 +1,5 @@
|
|||
(library
|
||||
(name opam_graph)
|
||||
(public_name opam-graph)
|
||||
(libraries opam-core opam-format dot rresult tyxml gg)
|
||||
(libraries opam-core opam-format dot tyxml gg)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue