Added HAppS and gitit plus dependencies.

svn path=/nixpkgs/trunk/; revision=16419
This commit is contained in:
Andres Löh
2009-07-18 15:25:28 +00:00
parent 161c18b075
commit df8def8dfb
18 changed files with 272 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "split";
version = "0.1.1";
sha256 = "5f6513e717abfaa8eab46d7181093a21d335fed33dff20fa4628008b770a763f";
meta = {
description = "Combinator library for splitting lists";
};
})