diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-09 11:43:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 9fe7642952805e96995c110c24861b23e8a09252 (patch) | |
tree | 68f275732f9dab7434bb9759b0e4990d2af7acaa /haskell/haskell-graphviz/README | |
parent | 304ea610f340073e7a80f997c179b3367e8a2a4e (diff) |
haskell/haskell-graphviz: Added (graphviz bindings+functions).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-graphviz/README')
-rw-r--r-- | haskell/haskell-graphviz/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-graphviz/README b/haskell/haskell-graphviz/README new file mode 100644 index 0000000000000..50395f4ee09ac --- /dev/null +++ b/haskell/haskell-graphviz/README @@ -0,0 +1,6 @@ +This library provides bindings for the Dot language used by the Graphviz +(http://graphviz.org/) suite of programs for visualising graphs, as well +as functions to call those programs. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |