From: Richard W.M. Jones Date: Tue, 24 Jan 2023 11:17:58 +0000 (+0000) Subject: Comment out ocaml-dune because of cyclic dependency X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=40c1edf77a5ecc58628c252170848a40f9112402;p=fedora-ocaml-rebuild.git Comment out ocaml-dune because of cyclic dependency --- diff --git a/Goalfile b/Goalfile index 2124c2e..cc0d259 100644 --- a/Goalfile +++ b/Goalfile @@ -64,7 +64,8 @@ let packages = [ "ocaml-curses", "ocaml-dbus", "ocaml-dose3", - "ocaml-dune", + # Cyclic dependency ocaml-dune -> ocaml-pp -> ocaml-dune + #"ocaml-dune", "ocaml-easy-format", "ocaml-expat", "ocaml-extlib",