Skip to content

Commit

Permalink
Merge pull request #10 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
dinosaure authored Nov 8, 2019
2 parents f55bbfd + 55a1d60 commit 79037d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ke.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"dune"
"fmt"
"bigarray-compat"
"alcotest" {with-test}
Expand Down

0 comments on commit 79037d1

Please sign in to comment.