haskell-github-backup: add version 1.20120627

This commit is contained in:
Peter Simons 2013-02-25 15:25:43 +01:00
parent 5d15255622
commit 8f1c029e33
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{ cabal, extensibleExceptions, filepath, github, hslogger, IfElse
, MissingH, mtl, network, prettyShow
}:
cabal.mkDerivation (self: {
pname = "github-backup";
version = "1.20120627";
sha256 = "1nq5zj821idvcqybyxkpkma544ci30k2sr8jhp7f2bpa97yidn3k";
isLibrary = false;
isExecutable = true;
buildDepends = [
extensibleExceptions filepath github hslogger IfElse MissingH mtl
network prettyShow
];
meta = {
homepage = "https://github.com/joeyh/github-backup";
description = "backs up everything github knows about a repository, to the repository";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})

View File

@ -2079,6 +2079,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
cabalInstall_1_16_0_2 = callPackage ../tools/package-management/cabal-install/1.16.0.2.nix {};
cabalInstall = self.cabalInstall_1_16_0_2;
githubBackup = callPackage ../applications/version-management/git-and-tools/github-backup {};
jailbreakCabal = callPackage ../development/tools/haskell/jailbreak-cabal {};
lhs2tex = callPackage ../tools/typesetting/lhs2tex {};