rules_haskell icon indicating copy to clipboard operation
rules_haskell copied to clipboard

a cabal_haskell_library that depends on a haskell_library fails to build with profiling.

Open ylecornec opened this issue 3 years ago • 0 comments

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.

ylecornec avatar Jul 28 '21 06:07 ylecornec