haskell-Graphalyze: updated to version 0.12.0.0

svn path=/nixpkgs/trunk/; revision=32058
This commit is contained in:
Peter Simons 2012-02-06 14:27:35 +00:00
parent 6494e9a2c4
commit eb53508829

View File

@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
buildDepends = [
bktrees extensibleExceptions fgl graphviz pandoc random text time
];
patchPhase = ''
sed -i Graphalyze.cabal -e 's|pandoc == 1.8.\*|pandoc|'
'';
meta = {
description = "Graph-Theoretic Analysis library";
license = "unknown";