Author: simons
Date: Fri Dec 9 18:07:29 2011
New Revision: 30813
URL: https://nixos.org/websvn/nix/?rev=30813&sc=1
Log:
haskell-SourceGraph: added version 0.7.0.1
Added:
nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/
nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
Modified:
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Added: nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/SourceGraph/default.nix
Fri Dec 9 18:07:29 2011 (r30813)
@@ -0,0 +1,24 @@
+{ cabal, extensibleExceptions, fgl, Graphalyze, graphviz
+, haskellSrcExts, mtl, multiset, random
+}:
+
+cabal.mkDerivation (self: {
+ pname = "SourceGraph";
+ version = "0.7.0.1";
+ sha256 = "0f6h240a72cxa65cwjrp34cx80c6frzhgl9dpv3krc8xzhxssk78";
+ isLibrary = false;
+ isExecutable = true;
+ buildDepends = [
+ extensibleExceptions fgl Graphalyze graphviz haskellSrcExts mtl
+ multiset random
+ ];
+ meta = {
+ description = "Static code analysis using graph-theoretic techniques";
+ license = "GPL";
+ platforms = self.ghc.meta.platforms;
+ maintainers = [
+ self.stdenv.lib.maintainers.andres
+ self.stdenv.lib.maintainers.simons
+ ];
+ };
+})
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Fri Dec 9 13:30:48
2011 (r30812)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Fri Dec 9 18:07:29
2011 (r30813)
@@ -1426,6 +1426,8 @@
hslogger = callPackage ../development/tools/haskell/hslogger {};
+ SourceGraph = callPackage ../development/tools/haskell/SourceGraph {};
+
tar = callPackage ../development/tools/haskell/tar {};
threadscope = callPackage ../development/tools/haskell/threadscope {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits