2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-10 11:50:46 +02:00
|
|
|
{ cabal, extensibleExceptions, filepath, git, github, hslogger
|
2014-07-14 11:00:49 +02:00
|
|
|
, IfElse, MissingH, mtl, network, optparseApplicative, prettyShow
|
|
|
|
, text, unixCompat
|
2013-02-25 15:25:43 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "github-backup";
|
2014-07-22 12:21:22 +02:00
|
|
|
version = "1.20140721";
|
|
|
|
sha256 = "0bnkfmgpk1iaaqck4ppn461fzk3s2761w2nxfrvw10gc934lhrxc";
|
2013-02-25 15:25:43 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
|
|
|
extensibleExceptions filepath github hslogger IfElse MissingH mtl
|
2014-07-14 11:00:49 +02:00
|
|
|
network optparseApplicative prettyShow text unixCompat
|
2013-02-25 15:25:43 +01:00
|
|
|
];
|
2013-10-10 11:50:46 +02:00
|
|
|
buildTools = [ git ];
|
2013-02-25 15:25:43 +01:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|