Author: simons
Date: Sun Aug 7 22:00:32 2011
New Revision: 28310
URL: https://svn.nixos.org/websvn/nix/?rev=28310&sc=1
Log:
haskell-Graphalyze: updated to version 0.11.0.0
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/Graphalyze/default.nix
nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/Graphalyze/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/Graphalyze/default.nix
Sun Aug 7 22:00:27 2011 (r28309)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/Graphalyze/default.nix
Sun Aug 7 22:00:32 2011 (r28310)
@@ -1,13 +1,14 @@
-{cabal, bktrees, fgl, graphviz, pandoc}:
+{cabal, bktrees, fgl, graphviz, pandoc} :
cabal.mkDerivation (self : {
pname = "Graphalyze";
- version = "0.10.0.1";
- sha256 = "8f273de41c7c340d2c7c8b4797d30535e4038616055099cc52bc5d21c10d9f22";
- propagatedBuildInputs = [bktrees fgl graphviz pandoc ];
+ version = "0.11.0.0";
+ sha256 = "1aplfd0qp7ypr9rh4v4x5g8f4b0d1w0dcgz7hgjm9haqcsv37a79";
+ propagatedBuildInputs = [ bktrees fgl graphviz pandoc ];
meta = {
- description = "A library to use graph theory analysis";
- license = "OtherLicene";
+ description = "Graph-Theoretic Analysis library.";
+ license = "unknown";
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})
-
Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 22:00:27
2011 (r28309)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix Sun Aug 7 22:00:32
2011 (r28310)
@@ -597,7 +597,9 @@
gtkC = pkgs.gtkLibs.gtk;
};
- Graphalyze = callPackage ../development/libraries/haskell/Graphalyze {};
+ Graphalyze = callPackage ../development/libraries/haskell/Graphalyze {
+ pandoc = self.pandoc_1_6_0_1;
+ };
graphviz = callPackage ../development/libraries/haskell/graphviz {
polyparse = self.polyparse14;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits