haskell-Graphalyze: updated to version 0.13.0.0

svn path=/nixpkgs/trunk/; revision=33840
This commit is contained in:
Peter Simons 2012-04-19 15:11:41 +00:00
parent 8691ff4ea1
commit e12f48b3a1

View File

@ -1,17 +1,14 @@
{ cabal, bktrees, extensibleExceptions, fgl, graphviz, pandoc { cabal, bktrees, fgl, filepath, graphviz, pandoc, random, text
, random, text, time , time
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "Graphalyze"; pname = "Graphalyze";
version = "0.12.0.0"; version = "0.13.0.0";
sha256 = "0lsbwf08flaifdddbg6d3ndrb2d1wzs943hk7n0m316bvahq6kgx"; sha256 = "1xh6xg2rw43cbi83rmpb0c2yib9cfj0pwg66nx5x5a0al2c9pdsr";
buildDepends = [ 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 = { meta = {
description = "Graph-Theoretic Analysis library"; description = "Graph-Theoretic Analysis library";
license = "unknown"; license = "unknown";