Browse Source
haskell/haskell-graphviz: Updated for version 2999.20.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/53/head
David Spencer
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with
9 additions and
9 deletions
-
haskell/haskell-graphviz/README
-
haskell/haskell-graphviz/haskell-graphviz.SlackBuild
-
haskell/haskell-graphviz/haskell-graphviz.info
|
|
|
@ -1,6 +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. |
|
|
|
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 |
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=haskell-graphviz |
|
|
|
VERSION=${VERSION:-2999.18.1.2} |
|
|
|
VERSION=${VERSION:-2999.20.0.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="haskell-graphviz" |
|
|
|
VERSION="2999.18.1.2" |
|
|
|
HOMEPAGE="http://hackage.haskell.org/package/graphviz" |
|
|
|
DOWNLOAD="http://hackage.haskell.org/package/graphviz-2999.18.1.2/graphviz-2999.18.1.2.tar.gz" |
|
|
|
MD5SUM="cc1a222b9b83b25622aff2bf22ce8c71" |
|
|
|
VERSION="2999.20.0.2" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/graphviz" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/graphviz-2999.20.0.2/graphviz-2999.20.0.2.tar.gz" |
|
|
|
MD5SUM="f18623e02fb851433b3491e13670a691" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="ghc haskell-colour haskell-dlist haskell-fgl haskell-polyparse haskell-temporary haskell-text haskell-wl-pprint-text" |
|
|
|
REQUIRES="haskell-colour haskell-dlist haskell-fgl haskell-polyparse haskell-temporary haskell-wl-pprint-text" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |