Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ncaq/haskell-import-graph
- Owner: ncaq
- License: mit
- Created: 2015-10-05T10:11:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T07:29:34.000Z (over 5 years ago)
- Last Synced: 2024-12-03T01:12:50.415Z (about 1 month ago)
- Topics: grahviz, haskell
- Language: Haskell
- Size: 17.6 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
~~~