Skip to content

Commit

Permalink
Fix constraints on the distribution, we require dune.2.9.0 at least a…
Browse files Browse the repository at this point in the history
…ccording to our dune-project file
  • Loading branch information
dinosaure committed May 4, 2022
1 parent 24c633d commit 9888bdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functoria-runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8.0"}
"dune" {>= "2.9.0"}
"cmdliner" {>= "1.1.0"}
"fmt" {>= "0.8.7"}
]
Expand Down
2 changes: 1 addition & 1 deletion functoria.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build: [

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8.0" | (with-test & >= "3.0.0")}
"dune" {>= "2.9.0" | (with-test & >= "3.0.0")}
"base-unix"
"cmdliner" {>= "1.1.1"}
"rresult" {>= "0.7.0"}
Expand Down
2 changes: 1 addition & 1 deletion mirage-runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build: [

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8.0"}
"dune" {>= "2.9.0"}
"ipaddr" {>= "5.0.0"}
"functoria-runtime" {= version}
"fmt" {>= "0.8.4"}
Expand Down
2 changes: 1 addition & 1 deletion mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build: [

depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8.0" | (with-test & >= "3.0.0")}
"dune" {>= "2.9.0" | (with-test & >= "3.0.0")}
"ipaddr" {>= "5.0.0"}
"functoria" {= version}
"bos"
Expand Down

0 comments on commit 9888bdf

Please sign in to comment.