From 471aa27bf0a0e4c698303acb7fdf9cea6a75634b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Nov 2013 13:06:58 -0400 Subject: copied from git-annex --- git-repair.cabal | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 git-repair.cabal (limited to 'git-repair.cabal') 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 +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/ -- cgit v1.2.3