diff --git a/src/dune b/src/dune index dab03e0..126c29b 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 rresult tyxml) + (libraries opam-core opam-format dot rresult tyxml gg) (flags (:standard (-w -27-26))) )