Popularity
7.2
Growing
Activity
0.0
Declining
18
6
4

Monthly Downloads: 29
Programming language: Haskell
License: MIT License
Tags: Text    
Latest version: v0.1

haphviz alternatives and similar packages

Based on the "Text" category.
Alternatively, view haphviz alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of haphviz or a related project?

Add another 'Text' Package

README

Haphviz

Graphviz code generation with Haskell

Build Status

Examples

There are some examples in the examples directory.

Running them with runhaskell examples/divisors.hs will get you the graphviz code. If you have xdot, then you can run runhaskell examples/divisors.hs | xdot to see the graph visualized.

Haphviz offers an easy way to generate FSA visualisations. For an example, run the following command:

runhaskell examples/fsa.hs | xdot

Git hooks

Before making any contributions, please install the git hooks.

spark deploy hooks.sus