2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, colour, dlist, fgl, filepath, polyparse, QuickCheck
|
2014-11-01 16:30:48 +00:00
|
|
|
, systemGraphviz, temporary, text, transformers, wlPprintText
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2010-10-13 21:18:35 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-13 21:18:35 +00:00
|
|
|
pname = "graphviz";
|
2014-05-21 14:19:42 +00:00
|
|
|
version = "2999.17.0.1";
|
|
|
|
sha256 = "0s6l1mlqvllrlx7vc06lgcs68ajhfk98awm63ab1dkqmcnj23ixv";
|
2014-05-15 14:08:45 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2013-02-14 11:42:08 +00:00
|
|
|
colour dlist fgl filepath polyparse temporary text transformers
|
|
|
|
wlPprintText
|
2011-08-09 23:00:20 +00:00
|
|
|
];
|
2014-11-01 16:30:48 +00:00
|
|
|
testDepends = [ fgl filepath QuickCheck systemGraphviz text ];
|
2014-11-01 15:49:41 +00:00
|
|
|
jailbreak = true;
|
2014-11-02 16:20:23 +00:00
|
|
|
doCheck = false;
|
2010-10-13 21:18:35 +00:00
|
|
|
meta = {
|
2011-08-07 22:02:21 +00:00
|
|
|
homepage = "http://projects.haskell.org/graphviz/";
|
2011-08-16 23:23:45 +00:00
|
|
|
description = "Bindings to Graphviz for graph visualisation";
|
2011-08-07 22:02:21 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-10-13 21:18:35 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|