tvl-depot/users/Profpatsch/haskell-module-deps/README.md
Profpatsch 80e04da5d4 docs(users/Profpatsch): Add small README to most subdirs
Change-Id: I2912e32fe1b2d3d3aff7bafba809634ec4c9adb6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8470
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
2023-04-08 12:25:07 +00:00

327 B

haskell-module-deps

An executable that when run in a project directory containing .hs files in ./src will output a png/graph of how those modules import each other, transitively.

Useful for getting an overview, finding weird import edges, figuring out how to get more compilation parallelism into your Haskell project.