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,12 @@
{cabal, parsec, time}:
cabal.mkDerivation (self : {
pname = "HStringTemplate";
version = "0.5.1.3";
sha256 = "1f9da3afcb2441d450051ea9836f25df69430eaf17593c39199ad686a828e044";
propagatedBuildInputs = [parsec time];
meta = {
description = "StringTemplate implementation in Haskell";
};
})