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

Include ABI hash of dependencies in diagram hashes #6

Open
byorgey opened this issue Sep 12, 2013 · 0 comments
Open

Include ABI hash of dependencies in diagram hashes #6

byorgey opened this issue Sep 12, 2013 · 0 comments

Comments

@byorgey
Copy link
Member

byorgey commented Sep 12, 2013

Currently, diagrams are not rebuilt when packages they depend on change. A simple solution is to get ghc-pkg to dump out the ABI hash of dependent packages and include them in the hash we compute for each diagram. Some notes:

  • Have to figure out how to map from module names to packages.
  • Be careful to use the right package database, e.g. check if some hsenv (or cabal sandbox?) is active.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant