From 632233ea0cb6ee159d8724072f32fbde924d8843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 8 Feb 2018 05:32:39 +0100 Subject: [PATCH] Opam: fix typo in tweetnacl package --- vendors/ocaml-tweetnacl/tweetnacl.opam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendors/ocaml-tweetnacl/tweetnacl.opam b/vendors/ocaml-tweetnacl/tweetnacl.opam index d4416f1ce..ce275756c 100644 --- a/vendors/ocaml-tweetnacl/tweetnacl.opam +++ b/vendors/ocaml-tweetnacl/tweetnacl.opam @@ -18,6 +18,6 @@ depends: [ "jbuilder" {build & >= "1.0+beta16"} "hex" {>= "1.2.0"} "cstruct" {>= "3.2.1"} - "zarith" {>= "1.7"} - "alcotest" { "test" } + "zarith" {>= "1.7" } + "alcotest" { test } ]