# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, extensibleExceptions, filepath, git, github, hslogger , IfElse, MissingH, mtl, network, optparseApplicative, prettyShow , text, unixCompat }: cabal.mkDerivation (self: { pname = "github-backup"; version = "1.20140721"; sha256 = "0bnkfmgpk1iaaqck4ppn461fzk3s2761w2nxfrvw10gc934lhrxc"; isLibrary = false; isExecutable = true; buildDepends = [ extensibleExceptions filepath github hslogger IfElse MissingH mtl network optparseApplicative prettyShow text 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; hydraPlatforms = self.stdenv.lib.platforms.none; broken = true; }; })