diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:17:57 -0400 |
commit | cef1343369f1463574dc28f33a082e0fbfd6e041 (patch) | |
tree | 824009184c4df4a5dd28f13658530827a912d5db /haskell | |
parent | ffb22dea6f0edcd0c47761f77609bce378480bb3 (diff) | |
download | slackbuilds-cef1343369f1463574dc28f33a082e0fbfd6e041.tar.gz |
haskell/haskell-graphviz: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-graphviz/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-graphviz/README b/haskell/haskell-graphviz/README index 86319ed534..ad64ba9de1 100644 --- a/haskell/haskell-graphviz/README +++ b/haskell/haskell-graphviz/README @@ -1,6 +1,6 @@ -This library provides bindings for the Dot language used by the Graphviz -(https://graphviz.org/) suite of programs for visualising graphs, as well -as functions to call those programs. +This library provides bindings for the Dot language used by the +Graphviz (https://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 |