Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix instructions and hpc data directory for Cabal 1.22 / GHC 7.10 #10

Open
expipiplus1 opened this issue Nov 26, 2015 · 2 comments
Open
Assignees
Labels

Comments

@expipiplus1
Copy link

Starting from Cabal 1.22 / GHC 7.10, the hpc data output directory seems to have changed.
Instead of dist/hpc/, the data files are now located under dist/hpc/vanilla/.
Therefore, using hpc-coveralls up to version 0.8.3 fails when it tries to read the tix/mix files.

See also killy971/hpc-coveralls#38

@killy971
Copy link
Owner

Thanks for reporting. I will soon port the changes to support Cabal 1.22 / GHC 7.10

@killy971 killy971 self-assigned this Nov 27, 2015
@killy971 killy971 added the bug label Nov 27, 2015
@Porges
Copy link

Porges commented Jan 27, 2016

Could you make it look anywhere in the subdirectories for Module.tix? This would also make it work with stack.

For example, my current project has the tix files under: .stack-work/install/x86_64-linux/lts-5.0/7.10.3/hpc/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants