graphmod
graphmod copied to clipboard
A utility for displaying the module dependencies of Haskell programs.
When I try to install via command below in Manjaro LInux : ``` NAME="Manjaro Linux" ID=manjaro ID_LIKE=arch BUILD_ID=rolling PRETTY_NAME="Manjaro Linux" ANSI_COLOR="32;1;24;144;200" HOME_URL="https://manjaro.org/" DOCUMENTATION_URL="https://wiki.manjaro.org/" SUPPORT_URL="https://manjaro.org/" BUG_REPORT_URL="https://bugs.manjaro.org/" LOGO=manjarolinux ``` cabal version ```...
The [README suggests](https://github.com/yav/graphmod/blob/983c38f73d3d6d232c954416fd1ab019f24c9fc5/README.md?plain=1#L13) piping through `tred`. In my experiments, this seems to be redundant with (i.e. having the exact same effect as) the `--prune-edges` option. If so, it would be...
This PR supersedes #43