diff --git a/lilac.opam b/lilac.opam index a999f9c..aeb9c95 100644 --- a/lilac.opam +++ b/lilac.opam @@ -8,13 +8,13 @@ bug-reports: "https://github.com/shnewto/lilac/issues" tags: [ "library" "lib" "lilac" "yaml" ] license: "MIT" depends: [ - "cmdliner" {with-test & >= "1.0.4"} + "cmdliner" {>= "1.0.4"} "stdio" {>= "v0.9.0"} "base" {>= "v0.9.0"} - "ounit" {with-test} "yaml" {>= "2.1.0"} "dune" {>= "2.7.0"} "ocaml" {>= "4.10.0"} - "bisect_ppx" {with-test & >= "2.5.0"} + "ounit" {with-test} + "bisect_ppx" {dev & >= "2.5.0"} ] build: ["dune" "build" "-p" name "-j" jobs]