From 77ba5924489d03276575d29efdf17678d5fa300b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Mon, 2 Jan 2017 09:21:36 +0100 Subject: [PATCH] Opam: depends on `ssl`. --- src/tezos-deps.opam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tezos-deps.opam b/src/tezos-deps.opam index 86171794c..f864c5279 100644 --- a/src/tezos-deps.opam +++ b/src/tezos-deps.opam @@ -18,6 +18,7 @@ depends: [ "calendar" "cohttp" {>= "0.21" } "config-file" + "conduit" {= "0.14.0" } # Version 0.14.1 doas not compile with `ssl` (17/01/02) "git" "git-unix" "irmin-watcher" (* for `irmin.unix` *) @@ -31,6 +32,7 @@ depends: [ "tyxml" "js_of_ocaml" "sodium" {>= "0.3.0"} + "ssl" "kaputt" # { test } "bisect_ppx" # { test } ]