From 333f19d336f596a4025093b6d14a383d9a10e425 Mon Sep 17 00:00:00 2001 From: Spiros Eliopoulos Date: Fri, 23 Jun 2017 13:17:30 +0000 Subject: [PATCH] alcotest-contraint: update in anticipation of 0.8.0 release --- opam/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opam/opam b/opam/opam index 5619306..39f3942 100644 --- a/opam/opam +++ b/opam/opam @@ -23,7 +23,7 @@ build-test: [ ["ocaml" "setup.ml" "-test"] ] depends: [ - "alcotest" {test & >= "0.4.1"} + "alcotest" {test & >= "0.4.1" & < "0.8.0"} "cstruct" {>= "0.7.0"} "ocplib-endian" {>= "0.6"} "ocamlfind" {build}