summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-18 13:06:58 -0400
committerJoey Hess <joey@kitenet.net>2013-11-18 13:06:58 -0400
commit471aa27bf0a0e4c698303acb7fdf9cea6a75634b (patch)
tree8934b0b32c315922f00cb82d772df885301a2582 /git-repair.cabal
downloadgit-repair-471aa27bf0a0e4c698303acb7fdf9cea6a75634b.tar.gz
copied from git-annex
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
new file mode 100644
index 0000000..81c3d85
--- /dev/null
+++ b/git-repair.cabal
@@ -0,0 +1,30 @@
+Name: git-repair
+Version: 1.20131118
+Cabal-Version: >= 1.6
+License: GPL
+Maintainer: Joey Hess <joey@kitenet.net>
+Author: Joey Hess
+Stability: Stable
+Copyright: 2013 Joey Hess
+License-File: GPL
+Build-Type: Custom
+Homepage: http://git-reair.branchable.com/
+Category: Utility
+Synopsis: repairs a damanged git repisitory
+Description:
+ git-repair can repair various forms of damage to git repositories.
+
+Executable git-repair
+ Main-Is: git-repair.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,
+ utf8-string, async
+
+ if (! os(windows))
+ Build-Depends: unix
+
+source-repository head
+ type: git
+ location: git://git-repair.branchable.com/