Skip to content

Commit

Permalink
opam: remove the 'build' directive on dune dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfe committed Oct 11, 2019
1 parent 60a0f21 commit bf7395e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion irmin-mem.opam
Expand Up @@ -16,7 +16,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {build & >= "1.1.0"}
"dune" {>= "1.1.0"}
"irmin" {>= "1.3.0"}
"irmin-test" {with-test}
]
Expand Down
2 changes: 1 addition & 1 deletion irmin-mirage-git.opam
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"dune" {build & >= "1.1.0"}
"dune" {>= "1.1.0"}
"irmin-mirage"
"irmin-git" {>= "1.3.0"}
"git-mirage" {>= "2.1.1"}
Expand Down
2 changes: 1 addition & 1 deletion irmin-mirage-graphql.opam
Expand Up @@ -14,7 +14,7 @@ build: [
]

depends: [
"dune" {build & >= "1.1.0"}
"dune" {>= "1.1.0"}
"irmin-mirage"
"git-mirage" {>= "2.1.1"}
"irmin-graphql"
Expand Down
2 changes: 1 addition & 1 deletion irmin-unix.opam
Expand Up @@ -16,7 +16,7 @@ build: [

depends: [
"ocaml" {>= "4.01.0"}
"dune" {build & >= "1.1.0"}
"dune" {>= "1.1.0"}
"irmin" {=version}
"irmin-mem" {=version}
"irmin-git" {=version}
Expand Down
2 changes: 1 addition & 1 deletion irmin.opam
Expand Up @@ -16,7 +16,7 @@ build: [

depends: [
"ocaml" {>= "4.06.0"}
"dune" {build & >= "1.1.0"}
"dune" {>= "1.1.0"}
"fmt" {>= "0.8.0"}
"uri" {>= "1.3.12"}
"jsonm" {>= "1.0.0"}
Expand Down

0 comments on commit bf7395e

Please sign in to comment.