Skip to content

Commit

Permalink
opam-monorepo.0.1.0 requires dune >= 2.7
Browse files Browse the repository at this point in the history
It vendors its dependencies, including dune 2.7 (for dune libraries), so
it needs a dune that can interpret `(lang dune 2.7)`.
  • Loading branch information
emillon committed Dec 11, 2020
1 parent 08e27c9 commit 5157671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opam-monorepo/opam-monorepo.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license: "ISC"
homepage: "https://github.com/ocamllabs/opam-monorepo"
bug-reports: "https://github.com/ocamllabs/opam-monorepo/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0" & < "4.12"}
"conf-m4"
"conf-pkg-config"
Expand Down

0 comments on commit 5157671

Please sign in to comment.