rules_haskell
rules_haskell copied to clipboard
a cabal_haskell_library that depends on a haskell_library fails to build with profiling.
When building a haskell_cabal_library
rule with profiling, Cabal seems to be looking for a non profiling version of its haskell_library
dependencies, which do not exist.
We wonder if cabal tries to do two versions of the build as described here.