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, colour, fgl, polyparse, transformers, QuickCheck}:
cabal.mkDerivation (self : {
pname = "graphviz";
version = "2999.10.0.1";
sha256 = "5a3aebd3874303dcf554aef3bf511dd22e72053a9672c823d1d820d2b90ca076";
propagatedBuildInputs = [colour fgl polyparse transformers QuickCheck];
meta = {
description = "Bindings for the Dot language (Graphviz)";
license = "BSD3";
};
})