Author: simons
Date: Thu Apr 19 15:11:58 2012
New Revision: 33843
URL: https://nixos.org/websvn/nix/?rev=33843&sc=1
Log:
haskell-SourceGraph: updated to version 0.7.0.2
Modified:
nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
Modified: nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
Thu Apr 19 15:11:55 2012 (r33842)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
Thu Apr 19 15:11:58 2012 (r33843)
@@ -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";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits