From 000cf5632a929c5ce954d6633810b439759eddbe Mon Sep 17 00:00:00 2001 From: Craig Ferguson Date: Fri, 11 Oct 2019 14:22:57 +0200 Subject: [PATCH] opam: remove the 'build' directive on dune dependency See https://github.com/ocaml/opam-repository/pull/14266 --- mirage-net-unix.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirage-net-unix.opam b/mirage-net-unix.opam index 1b37271..01c594c 100644 --- a/mirage-net-unix.opam +++ b/mirage-net-unix.opam @@ -9,7 +9,7 @@ doc: "https://mirage.github.io/mirage-net-unix/" bug-reports: "https://github.com/mirage/mirage-net-unix/issues" depends: [ "ocaml" {>= "4.04.2"} - "dune" {build & >= "1.0"} + "dune" {>= "1.0"} "cstruct" {>= "1.7.1"} "cstruct-lwt" "lwt" {>= "2.4.3"}