Updated gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=21108
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user