Enable haxe again
[fedora-ocaml-rebuild.git] / Goalfile
index ae15e94..8139319 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -6,11 +6,11 @@ let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "rawhide"
 #let fedora-branch = "f34"
-let fedora-tag = "f35-build-side-38024"
+let fedora-tag = "f36-build-side-46495"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.12.0 build"
+let fedora-rebuild-name = "OCaml 4.13.1 build"
 
 # Packages that are ignored, which means they are treated as if
 # they have been rebuilt.
@@ -34,6 +34,7 @@ let packages = [
     "ocaml-bisect-ppx",
     "ocaml-cairo",
     "ocaml-calendar",
+    "ocaml-camlbz2",
     "ocaml-camlidl",
     "ocaml-camlimages",
     "ocaml-camlp5",
@@ -105,10 +106,11 @@ 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",
+    "ocaml-parmap",
     "ocaml-parsexp",
     "ocaml-pcre",
     "ocaml-perl4caml",
@@ -140,7 +142,6 @@ let packages = [
     "ocaml-react",
     "ocaml-res",
     "ocaml-result",
-    "ocaml-rope",
     "ocaml-SDL",
     "ocaml-sedlex",
     "ocaml-seq",
@@ -204,6 +205,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