From f64340e8236b42225dea39b08875059a456409f0 Mon Sep 17 00:00:00 2001 From: Rodolphe Lepigre Date: Sat, 10 Nov 2018 01:21:30 +0100 Subject: [PATCH] Bad syntax in opam file. --- earley.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earley.opam b/earley.opam index 9d9a284..683d527 100644 --- a/earley.opam +++ b/earley.opam @@ -20,7 +20,7 @@ doc: "https://rlepigre.github.io/ocaml-earley/" depends: [ "ocaml" { >= "4.03.0" & <= "4.07.1" } - "dune" { build & >= 1.2.0 } + "dune" { build & >= "1.2.0" } ] build: [ [ "dune" "build" "-p" name "-j" jobs ] ]