From e12f48b3a1605d33fc2e15a59fe12816aa251756 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 19 Apr 2012 15:11:41 +0000 Subject: [PATCH] haskell-Graphalyze: updated to version 0.13.0.0 svn path=/nixpkgs/trunk/; revision=33840 --- .../libraries/haskell/Graphalyze/default.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pkgs/development/libraries/haskell/Graphalyze/default.nix b/pkgs/development/libraries/haskell/Graphalyze/default.nix index cdd071b2b675..5ba5d1c7a104 100644 --- a/pkgs/development/libraries/haskell/Graphalyze/default.nix +++ b/pkgs/development/libraries/haskell/Graphalyze/default.nix @@ -1,17 +1,14 @@ -{ cabal, bktrees, extensibleExceptions, fgl, graphviz, pandoc -, random, text, time +{ cabal, bktrees, fgl, filepath, graphviz, pandoc, random, text +, time }: cabal.mkDerivation (self: { pname = "Graphalyze"; - version = "0.12.0.0"; - sha256 = "0lsbwf08flaifdddbg6d3ndrb2d1wzs943hk7n0m316bvahq6kgx"; + version = "0.13.0.0"; + sha256 = "1xh6xg2rw43cbi83rmpb0c2yib9cfj0pwg66nx5x5a0al2c9pdsr"; buildDepends = [ - bktrees extensibleExceptions fgl graphviz pandoc random text time + bktrees fgl filepath graphviz pandoc random text time ]; - patchPhase = '' - sed -i Graphalyze.cabal -e 's|pandoc == 1.8.\*|pandoc|' - ''; meta = { description = "Graph-Theoretic Analysis library"; license = "unknown";