BSD-3-Clause licensed by Andy Gill
Maintained by Andy Gill
This version can be pinned in stack with:dotgen-0.4.3@sha256:6045b1243f1b716d0cd67198f0cd75d96db9f63c5cc0826d05e0dc855fcbf9d0,1874

Module documentation for 0.4.3

Used by 1 package in nightly-2024-03-14(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.3 [2020.06.16]

  • Make showDot display non-ASCII characters without quoting them.

0.4.2

  • Fixed build with GHC 7.10