tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Build closures of haskell libraries #18

Open facundominguez opened 5 years ago

facundominguez commented 5 years ago

This likely requires using cc_haskell_import or writing some adapter rule for the purpose. As it stands, haskell_library doesn't yield the shared library in the outputs.

cc_haskell_import was not forwarding some runfiles last time I tried it, so it may need some fixing. This issue is about coming with a reasonable story for making closures of these libraries.