github-backup-1.20150106: github-backup.cabal
Name: github-backup
Version: 1.20150106
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Stable
Copyright: 2012 Joey Hess
License-File: GPL
Build-Type: Custom
Homepage: https://github.com/joeyh/github-backup
Category: Utility
Synopsis: backs up everything github knows about a repository, to the repository
Description:
github-backup is a simple tool you run in a git repository you cloned from
Github. It backs up everything Github knows about the repository, including
other forks, issues, comments, milestones, pull requests, and watchers.
Also includes gitriddance, which can be used to close all open issues and
pull requests.
Flag network-uri
Description: Get Network.URI from the network-uri package
Default: True
Executable github-backup
Main-Is: github-backup.hs
GHC-Options: -Wall
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, exceptions, transformers, unix-compat, bytestring,
IfElse, pretty-show, text, process, optparse-applicative,
github >= 0.7.2,
base >= 4.5, base < 5
if (! os(windows))
Build-Depends: unix
if flag(network-uri)
Build-Depends: network-uri (>= 2.6), network (>= 2.6)
else
Build-Depends: network (< 2.6), network (>= 2.0)
Executable gitriddance
Main-Is: gitriddance.hs
GHC-Options: -Wall
Build-Depends: github >= 0.13.1, base >= 4.5, base < 5, text, filepath,
MissingH, exceptions, transformers, bytestring, hslogger, process,
containers, unix-compat, IfElse, directory, mtl
if (! os(windows))
Build-Depends: unix
if flag(network-uri)
Build-Depends: network-uri (>= 2.6), network (>= 2.6)
else
Build-Depends: network (< 2.6), network (>= 2.0)
source-repository head
type: git
location: git://github.com/joeyh/github-backup.git