Enable ocaml-zarith.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 31 Jul 2019 18:21:41 +0000 (19:21 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 31 Jul 2019 18:21:41 +0000 (19:21 +0100)
fedora_ocaml_rebuild.ml

index 09af4e3..6939ca2 100644 (file)
@@ -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