diff options
Diffstat (limited to 'users/Profpatsch/haskell-module-deps/README.md')
-rw-r--r-- | users/Profpatsch/haskell-module-deps/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/Profpatsch/haskell-module-deps/README.md b/users/Profpatsch/haskell-module-deps/README.md new file mode 100644 index 000000000000..b4f35beac520 --- /dev/null +++ b/users/Profpatsch/haskell-module-deps/README.md @@ -0,0 +1,5 @@ +# 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. |