Added dotgen Haskell package.

svn path=/nixpkgs/trunk/; revision=15813
This commit is contained in:
Andres Löh 2009-06-01 12:39:55 +00:00
parent e0586a7936
commit 61f2653783
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "dotgen";
version = "0.3";
sha256 = "1c486ffa782c4a46e66df12f5acf776a808b654d96fe0d0071d5c41111b1b7ed";
meta = {
description = "A simple interface for building .dot graph files";
};
})

View File

@ -50,6 +50,10 @@ rec {
inherit cabal;
};
dotgen = import ../development/libraries/haskell/dotgen {
inherit cabal;
};
editline = import ../development/libraries/haskell/editline {
inherit (pkgs) libedit;
inherit cabal;