From e4f029b471b6eddcd4e26b064c3be80723eace2f Mon Sep 17 00:00:00 2001 From: Craig Ferguson Date: Fri, 11 Oct 2019 14:50:47 +0200 Subject: [PATCH] opam: remove the 'build' directive on dune dependency See https://github.com/ocaml/opam-repository/pull/14266 --- sedlex.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sedlex.opam b/sedlex.opam index b77934d9..57397b84 100644 --- a/sedlex.opam +++ b/sedlex.opam @@ -25,7 +25,7 @@ build: [ ] depends: [ "ocaml" {>= "4.02.3"} - "dune" {build & >= "1.8"} + "dune" {>= "1.8"} "ppx_tools_versioned" "ocaml-migrate-parsetree" "gen"