graphmod icon indicating copy to clipboard operation
graphmod copied to clipboard

A utility for displaying the module dependencies of Haskell programs.

Results 17 graphmod issues
Sort by recently updated
recently updated
newest added

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

This adds a flag to not try to disambiguate multiple `Main` modules.

This adds a flag that treats hs-boot imports (`import {-# SOURCE #-} ...`) as normal imports.

This adds a flag that ignores modules that import themselves. This is mainly useful when combined with `--collapse=`.