Skip to content

Commit

Permalink
Remove the build dependency of dune in opam (see opam pull #14266)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Jan 29, 2020
1 parent e01bcc5 commit 1efeb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"dune" {build & >= "1.8.0"}
"dune" {>= "1.8.0"}
"ocaml-syntax-shims" {build}
"cohttp" {>= "0.21.0" & < "3.0.0"}
"cohttp-lwt"
Expand Down

0 comments on commit 1efeb59

Please sign in to comment.