From 6149909e83a09b36d5e415f914c71c33d929e421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Wed, 6 Jun 2018 10:49:48 +0200 Subject: [PATCH] Opam: fix the `hacl` package --- vendors/ocaml-hacl/hacl.opam | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vendors/ocaml-hacl/hacl.opam b/vendors/ocaml-hacl/hacl.opam index 6018e2c5c..422a68364 100644 --- a/vendors/ocaml-hacl/hacl.opam +++ b/vendors/ocaml-hacl/hacl.opam @@ -14,6 +14,8 @@ depends: [ "zarith" {>= "1.7"} "alcotest" {test & >= "0.8.1"} "hex" {test & >= "1.2.0"} + "base" + "stdio" ] build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ] build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs ]