From db046c179a850df45638e1982a08dd0e0dcc1fd1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Aug 2020 08:43:03 +0100 Subject: [PATCH] Enable cairo and ssl again since dune bug fixed. --- Goalfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Goalfile b/Goalfile index 40627d6..abbf7c9 100644 --- a/Goalfile +++ b/Goalfile @@ -31,7 +31,7 @@ let packages = [ "ocaml-biniou", "ocaml-bin-prot", "ocaml-bisect-ppx", - #"ocaml-cairo", + "ocaml-cairo", "ocaml-calendar", "ocaml-camlidl", "ocaml-camlimages", @@ -143,7 +143,7 @@ let packages = [ "ocaml-sexplib0", "ocaml-sha", "ocaml-sqlite", - #"ocaml-ssl", + "ocaml-ssl", "ocaml-stdint", "ocaml-stdio", "ocaml-time-now", -- 1.8.3.1