haskell-SourceGraph: updated to version 0.7.0.2
svn path=/nixpkgs/trunk/; revision=33843
This commit is contained in:
parent
ee29e0bc9f
commit
c5c473b469
|
@ -1,16 +1,16 @@
|
||||||
{ cabal, Cabal, extensibleExceptions, fgl, filepath, Graphalyze
|
{ cabal, Cabal, fgl, filepath, Graphalyze, graphviz, haskellSrcExts
|
||||||
, graphviz, haskellSrcExts, mtl, multiset, random
|
, mtl, multiset, random
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "SourceGraph";
|
pname = "SourceGraph";
|
||||||
version = "0.7.0.1";
|
version = "0.7.0.2";
|
||||||
sha256 = "0f6h240a72cxa65cwjrp34cx80c6frzhgl9dpv3krc8xzhxssk78";
|
sha256 = "0cdspzsz15r83fjry9467z67h6vvnjh31fip6gf64k74gdjkfisl";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
Cabal extensibleExceptions fgl filepath Graphalyze graphviz
|
Cabal fgl filepath Graphalyze graphviz haskellSrcExts mtl multiset
|
||||||
haskellSrcExts mtl multiset random
|
random
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Static code analysis using graph-theoretic techniques";
|
description = "Static code analysis using graph-theoretic techniques";
|
||||||
|
|
Loading…
Reference in New Issue