Comment out ocaml-dune because of cyclic dependency
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 24 Jan 2023 11:17:58 +0000 (11:17 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 24 Jan 2023 11:17:58 +0000 (11:17 +0000)
Goalfile

index 2124c2e..cc0d259 100644 (file)
--- 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",