haskell-Graphalyze: add version 0.14.1.0
This commit is contained in:
parent
629f7d055a
commit
51a2e36f20
19
pkgs/development/libraries/haskell/Graphalyze/default.nix
Normal file
19
pkgs/development/libraries/haskell/Graphalyze/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, bktrees, fgl, filepath, graphviz, pandoc, random, text
|
||||
, time
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "Graphalyze";
|
||||
version = "0.14.1.0";
|
||||
sha256 = "0pyrhpl06lsppr8ch21crinkax7fh0k18wfvgjinc8phkk6j5hz3";
|
||||
buildDepends = [
|
||||
bktrees fgl filepath graphviz pandoc random text time
|
||||
];
|
||||
meta = {
|
||||
description = "Graph-Theoretic Analysis library";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -994,6 +994,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
gtkTraymanager = callPackage ../development/libraries/haskell/gtk-traymanager {};
|
||||
|
||||
Graphalyze = callPackage ../development/libraries/haskell/Graphalyze {};
|
||||
|
||||
graphviz = callPackage ../development/libraries/haskell/graphviz {};
|
||||
|
||||
graphSCC = callPackage ../development/libraries/haskell/graphscc {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user