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
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.
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: