forked from nivertech/github-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
github-backup.cabal
31 lines (28 loc) · 1 KB
/
github-backup.cabal
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
27
28
29
30
31
Name: github-backup
Version: 1.20131203
Cabal-Version: >= 1.6
License: GPL
Maintainer: Joey Hess <[email protected]>
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.
Executable github-backup
Main-Is: github-backup.hs
GHC-Options: -Wall
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix-compat, bytestring,
base >= 4.5, base < 5, IfElse, pretty-show, text, process, github >= 0.7.2
if (! os(windows))
Build-Depends: unix
source-repository head
type: git
location: git://github.com/joeyh/github-backup.git