27 lines
860 B
Nix
27 lines
860 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, exceptions, filepath, git, github, hslogger, IfElse
|
|
, MissingH, mtl, network, networkUri, optparseApplicative
|
|
, prettyShow, text, transformers, unixCompat
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "github-backup";
|
|
version = "1.20141110";
|
|
sha256 = "0675zcijfap757076r3j7js4iadnj1jbihmchf6ikzaanczmq1kg";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
exceptions filepath github hslogger IfElse MissingH mtl network
|
|
networkUri optparseApplicative prettyShow text transformers
|
|
unixCompat
|
|
];
|
|
buildTools = [ git ];
|
|
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;
|
|
};
|
|
})
|