obazl / rules_ocaml

A Bazel Language Support Package for OCaml
https://obazl.github.io/docs_obazl
Apache License 2.0
32 stars 7 forks source link

ocaml_executable - handle deps of 'main' #4

Open mobileink opened 3 years ago

mobileink commented 3 years ago

The 'main' attrib accepts a module but ignores its deps. It should add main's transitive deps tree to the cmd line.

Workaround: also add the main module to deps attrib.