about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools/github-backup/default.nix
blob: 39af61f5bb5df3d94fff9e0243718de9728911c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.20141204";
  sha256 = "0asj0ix81k6vi95rwlhs7ikk936lzfsav4gw0gvyzf31ggmf4j4c";
  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;
  };
})