Added a few Haskell packages as submitted by Ilya Cassina.

svn path=/nixpkgs/trunk/; revision=24269
This commit is contained in:
Andres Löh
2010-10-13 21:18:35 +00:00
parent e82053ac94
commit b421bbd0ea
5 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{cabal, bktrees, fgl, graphviz, pandoc}:
cabal.mkDerivation (self : {
pname = "Graphalyze";
version = "0.10.0.1";
sha256 = "8f273de41c7c340d2c7c8b4797d30535e4038616055099cc52bc5d21c10d9f22";
propagatedBuildInputs = [bktrees fgl graphviz pandoc ];
meta = {
description = "A library to use graph theory analysis";
license = "OtherLicene";
};
})