mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
|||
{ cabal, Cabal, extensibleExceptions, fgl, filepath, Graphalyze
|
||||
, graphviz, haskellSrcExts, mtl, multiset, random
|
||||
{ cabal, Cabal, fgl, filepath, Graphalyze, graphviz, haskellSrcExts
|
||||
, mtl, multiset, random
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "SourceGraph";
|
||||
version = "0.7.0.1";
|
||||
sha256 = "0f6h240a72cxa65cwjrp34cx80c6frzhgl9dpv3krc8xzhxssk78";
|
||||
version = "0.7.0.2";
|
||||
sha256 = "0cdspzsz15r83fjry9467z67h6vvnjh31fip6gf64k74gdjkfisl";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
Cabal extensibleExceptions fgl filepath Graphalyze graphviz
|
||||
haskellSrcExts mtl multiset random
|
||||
Cabal fgl filepath Graphalyze graphviz haskellSrcExts mtl multiset
|
||||
random
|
||||
];
|
||||
meta = {
|
||||
description = "Static code analysis using graph-theoretic techniques";
|
||||
|
|
Loading…
Reference in a new issue