tweag / clodl

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

Add tests of haskell binaries with a haskell_library and haskell_cabal_library #39

Open facundominguez opened 3 years ago

facundominguez commented 3 years ago

The tests cover a haskell_binary with a haskell_toolchain_library dependency but not a haskell_binary with a haskell_library or even haskell_cabal_library dependency. It might be good to add such test cases as well, as there are subtle differences between these types of libraries.