You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, maybe we should just install the mix files in this case? Basically, every package you enable coverage for should show up in the coverage report. That ought to work!
ezyang
changed the title
cabal install --enable-coverage should not actually install things built with -fhpc
cabal install --enable-coverage doesn't install mix in findable location, causing hpc to fail when those ids are mentioned
Aug 16, 2016
If we do this, then GHC will generate tix for those modules, but Cabal doesn't know how to find them:
Originally discovered when trying to reproduce #3682
The text was updated successfully, but these errors were encountered: