Skip to content

fpco/stackage-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackage-dot

Visualize a Haskell project's dependency graph using Graphviz dot.

Usage

With stackage-build, multiple packages can't be grouped into a project using the stackage-build.config file. stackage-dot shows the dependency graph between each package listed in stackage-build.config. If stackage-cli is installed, then usage is as follows:

$ cd /path/to/project
$ stackage dot > graph.dot
$ dot -Tpng < graph.dot > graph.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published