From 19508c1fe0f90bc2b54a347e636c4b9a161e4da3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 27 Jun 2019 14:24:13 +0100 Subject: [PATCH] Unblock camlp5 since it has been ported to 4.08 now. --- fedora_ocaml_rebuild.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index c4bedeb..80726ae 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -30,7 +30,6 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-camlp4"; (* not ported to 4.08 yet *) - "ocaml-camlp5"; (* not ported to 4.08 yet *) "ocaml-zarith"; (* build failures, seemingly unrelated *) "ocaml-yojson"; (* seems to require some proper attention *) ] -- 1.8.3.1