Popularity
9.5
Stable
Activity
2.1
Growing
169
10
29
Monthly Downloads: 77
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.
-
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
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