dotgen

A simple interface for building .dot graph files.

https://github.com/ku-fpg/dotgen

Version on this page:0.4.2
LTS Haskell 22.14:0.4.3
Stackage Nightly 2024-03-28:0.4.3
Latest on Hackage:0.4.3

See all snapshots dotgen appears in

BSD-3-Clause licensed by Andy Gill
Maintained by Andy Gill
This version can be pinned in stack with:dotgen-0.4.2@sha256:309b7cc8a3593a8e48bee7b53020d5f72db156d58edf78a0214f58fbb84b292b,1402

Module documentation for 0.4.2

Used by 2 packages in nightly-2019-08-19(full list with versions):

dotgen Hackage version Build Status

A simple interface for building .dot graph files.

This package provides a simple interface for building .dot graph files, for input into the dot and graphviz tools. It includes a monadic interface for building graphs.

Changes

0.4.2

  • Fixed build with GHC 7.10