Visualizing module dependency graphs
The image below shows a slice of a graph of the import dependencies of GHC.Parser
.
Using the program count-deps
from ghc/utils
, it's possible to generate graphs like these for any module in the ghc
package.
It's easy! This README ought to tell you all you need to know.