Skip to content

Commit

Permalink
Merge pull request #18 from CraigFe/remove-dune-build-directive
Browse files Browse the repository at this point in the history
opam: remove the 'build' directive on dune dependency
  • Loading branch information
hannesm authored Oct 15, 2019
2 parents d20adda + 1fe4e67 commit 4541a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirage-kv-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [

depends: [
"ocaml" {>= "4.05.0"}
"dune" {build}
"dune"
"mirage-kv" {>= "2.0.0"}
"lwt"
"cstruct"
Expand Down
2 changes: 1 addition & 1 deletion mirage-kv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
]
depends: [
"ocaml" {>= "4.05.0"}
"dune" {build}
"dune"
"mirage-device" {>= "1.0.0"}
"fmt"
"alcotest" {with-test}
Expand Down

0 comments on commit 4541a10

Please sign in to comment.