Updated gitit plus dependencies.

svn path=/nixpkgs/trunk/; revision=21108
This commit is contained in:
Andres Löh
2010-04-15 21:10:06 +00:00
parent 52fe24049c
commit 934b429725
15 changed files with 161 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
{cabal, parsec, time}:
{cabal, parsec, time, text, utf8String, parallel}:
cabal.mkDerivation (self : {
pname = "HStringTemplate";
version = "0.5.1.3";
sha256 = "1f9da3afcb2441d450051ea9836f25df69430eaf17593c39199ad686a828e044";
propagatedBuildInputs = [parsec time];
version = "0.6.2";
sha256 = "1d8ae847cb2b92f6d083ee1ed5db00c719e51fe43017d4289dea61335a116103";
propagatedBuildInputs = [parsec time text utf8String parallel];
meta = {
description = "StringTemplate implementation in Haskell";
};