diagrams / diagrams-builder

Utilities for creating diagram-building tools
Other
12 stars 15 forks source link

Include ABI hash of dependencies in diagram hashes #6

Open byorgey opened 11 years ago

byorgey commented 11 years ago

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: