Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ncaq/haskell-import-graph

create haskell import graph for graphviz
https://github.com/ncaq/haskell-import-graph

grahviz haskell

Last synced: 29 days ago
JSON representation

create haskell import graph for graphviz

Awesome Lists containing this project

README

        

# haskell-import-graph

create haskell import graph for graphviz

# How to use

## Build it yourself

~~~
% git clone https://github.com/ncaq/haskell-import-graph.git
% cd haskell-import-graph
% stack install
% cd your-project-root-dir
% rm -rf .stack-work
% stack build
% stack exec haskell-import-graph
~~~