-
Notifications
You must be signed in to change notification settings - Fork 64
/
github-backup.cabal
33 lines (31 loc) · 1.29 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
32
33
Name: github-backup
Version: 1.20120126
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: Simple
Extra-Source-Files: README.md Makefile github-backup.1
Common.hs github-backup.hs Git/Url.hs Git/Types.hs Git/Queue.hs Git/Ref.hs
Git/Branch.hs Git/Sha.hs Git/Config.hs Git/Command.hs Git/Construct.hs
Setup.hs Github/Data/Readable.hs Utility/Path.hs Utility/TempFile.hs
Utility/State.hs Utility/Monad.hs Utility/Misc.hs Utility/SafeCommand.hs
Utility/Directory.hs Utility/PartialPrelude.hs Git.hs
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
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix, bytestring, base < 5,
IfElse, pretty-show, github
source-repository head
type: git
location: git://github.com/joeyh/github-backup.git