Enable ocaml-odoc again.
[fedora-ocaml-rebuild.git] / Goalfile
index ae15e94..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",
@@ -140,7 +140,6 @@ let packages = [
     "ocaml-react",
     "ocaml-res",
     "ocaml-result",
-    "ocaml-rope",
     "ocaml-SDL",
     "ocaml-sedlex",
     "ocaml-seq",
@@ -204,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