haskell: import git-date 0.2.1

This commit is contained in:
Vladimir Kirillov 2014-03-30 14:27:58 +08:00
parent 7612159c06
commit 390a4b9164
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{ cabal, QuickCheck, testFramework, testFrameworkQuickcheck2, time
, utf8String
}:
cabal.mkDerivation (self: {
pname = "git-date";
version = "0.2.1";
sha256 = "17xiim439igg1gfcfwpzxjkgpmfqqh9v79jm4bg0f9h5dijij79l";
buildDepends = [ time utf8String ];
testDepends = [
QuickCheck testFramework testFrameworkQuickcheck2 time utf8String
];
meta = {
homepage = "https://github.com/singpolyma/git-date-haskell";
description = "Bindings to the date parsing from Git";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1177,6 +1177,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
gio = callPackage ../development/libraries/haskell/gio {};
gitDate = callPackage ../development/libraries/haskell/git-date {};
github = callPackage ../development/libraries/haskell/github {};
gitit = callPackage ../development/libraries/haskell/gitit {};