From d36df95d678b1375a88cee719492c0011f9dc6f0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 31 Jul 2019 19:21:41 +0100 Subject: [PATCH] Enable ocaml-zarith. --- fedora_ocaml_rebuild.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 09af4e3..6939ca2 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -30,8 +30,7 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-camlp4"; (* deprecated + all dependent packages *) - "ocaml-zarith"; (* build failures, seemingly unrelated *) - "ocaml-yojson"; (* seems to require some proper attention *) + "ocaml-yojson"; (* jjames is looking at this *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1