Enable ocaml-odoc again.
[fedora-ocaml-rebuild.git] / Goalfile
index 083aa83..da9e83a 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -105,7 +105,7 @@ let packages = [
     "ocaml-ocplib-endian",
     "ocaml-ocplib-simplex",
     "ocaml-octavius",
-    #"ocaml-odoc",    # Causes dep loop.
+    "ocaml-odoc",
     "ocaml-omake",
     "ocaml-opam-file-format",
     "ocaml-ounit",
@@ -131,7 +131,6 @@ let packages = [
     "ocaml-ppx-optcomp",
     "ocaml-ppx-sexp-conv",
     "ocaml-ppx-tools",
-    "ocaml-ppx-tools-versioned",
     "ocaml-ppx-variants-conv",
     "ocaml-psmt2-frontend",
     "ocaml-ptmap",
@@ -141,7 +140,6 @@ let packages = [
     "ocaml-react",
     "ocaml-res",
     "ocaml-result",
-    "ocaml-rope",
     "ocaml-SDL",
     "ocaml-sedlex",
     "ocaml-seq",
@@ -205,6 +203,8 @@ pure function get-source-packages () returning strings = {
     for f in %packages; do
         if [ -f $f/%fedora-branch/$f.spec ]; then
             echo "$f"
+        elif [ -f $f/%fedora-branch/dead.package ]; then
+            echo "WARNING: $f: is a dead package, ignored" >&2
         else
             echo "$f: package is not checked out locally" >&2
             exit 1