From 39be892bfe6e36b7f570ca3edab5d6d8883572a1 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 7 Jan 2020 09:25:00 +0100 Subject: [PATCH] Fixed sexplib version in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 685cccfd..e8c22483 100755 --- a/configure +++ b/configure @@ -82,7 +82,7 @@ function execute () { } PACKAGES="" -OCAML_PACKAGES="ocamlbuild cryptokit zmq sexplib.v0.11.0 ppx_sexp_conv ppx_deriving getopt" +OCAML_PACKAGES="ocamlbuild cryptokit zmq sexplib ppx_sexp_conv ppx_deriving getopt" while true ; do case "$1" in