remove superfluous rresult dependency

This commit is contained in:
Hannes Mehnert 2023-01-30 15:13:35 +01:00
parent 7075cc1674
commit d2196990cc
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,6 @@ depends: [
"opam-core"
"opam-format"
"ocamldot"
"rresult"
"tyxml"
"gg"
]

View file

@ -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)
)