jonascarpay / calligraphy

haskell source code visualizer
BSD 3-Clause "New" or "Revised" License
97 stars 13 forks source link

How can I get relationships between modules only? #36

Closed Kleidukos closed 4 months ago

Kleidukos commented 4 months ago

Context: I'm inheriting a legacy codebase and I would like to produce graphs with various levels of precision. To start, I want to determine the relationship between every module. Is this something that can be done with the current options?

jonascarpay commented 4 months ago

I think --collapse-modules should do what you're trying to do

Kleidukos commented 4 months ago

Perfect, it's exactly what I needed! Thanks a lot.