Added dotgen Haskell package.
svn path=/nixpkgs/trunk/; revision=15813
This commit is contained in:
parent
e0586a7936
commit
61f2653783
|
@ -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";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
|
@ -50,6 +50,10 @@ rec {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dotgen = import ../development/libraries/haskell/dotgen {
|
||||||
|
inherit cabal;
|
||||||
|
};
|
||||||
|
|
||||||
editline = import ../development/libraries/haskell/editline {
|
editline = import ../development/libraries/haskell/editline {
|
||||||
inherit (pkgs) libedit;
|
inherit (pkgs) libedit;
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
|
|
Loading…
Reference in New Issue