Popularity
9.5
Stable
Activity
0.0
Stable
179
10
30
Monthly Downloads: 95
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Development
Latest version: v1.4
graphmod alternatives and similar packages
Based on the "Development" category.
Alternatively, view graphmod alternatives based on common mentions on social networks and blogs.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of graphmod or a related project?
Popular Comparisons
README
graphmod
Generate a graph of the module dependencies in the "dot" format, suitable as input to the graphviz tools.
Similar to ghc-pkg dot
, but on modules instead of packages.
See the wiki for more documentation and examples.
Simple quickstart for cabal users
$ cabal install graphmod
$ ~/.cabal/bin/graphmod --help
$ ~/.cabal/bin/graphmod | tred | dot -Tpdf > modules.pdf
Simple quickstart for stack users
$ stack build --copy-compiler-tool graphmod
$ stack exec graphmod -- --help
$ stack exec graphmod | tred | dot -Tpdf > modules.pdf