diff --git a/src/dune b/src/dune index 07548d8..9513e4f 100644 --- a/src/dune +++ b/src/dune @@ -1,6 +1,6 @@ (library (name opam_graph) (public_name opam-graph) - (libraries opam-core opam-format dot) + (libraries opam-core opam-format dot rresult) (flags (:standard (-w -27-26))) )