about summary refs log tree commit diff
path: root/users/Profpatsch/haskell-module-deps/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/haskell-module-deps/README.md')
-rw-r--r--users/Profpatsch/haskell-module-deps/README.md5
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 0000000000..b4f35beac5
--- /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.