summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-19 16:09:44 -0400
committerJoey Hess <joey@kitenet.net>2013-11-19 16:09:44 -0400
commite011fd72ef69dbbaa4f63bfd61564e0918cb3e22 (patch)
treea371af17996f35ffa2d4bfa66c09a06124c40539 /git-repair.cabal
parentd39035d46df979abcf34d1411f96b5a70bd2d93c (diff)
downloadgit-repair-e011fd72ef69dbbaa4f63bfd61564e0918cb3e22.tar.gz
initial work on git repository destroyer
I suspect this might sometimes corrupt the **source** repo, so use with caution!
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index 15acb79..a74b117 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -28,6 +28,18 @@ Executable git-repair
if (! os(windows))
Build-Depends: unix
+Executable test-runner
+ Main-Is: test-runner.hs
+ GHC-Options: -Wall
+ Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
+ network, extensible-exceptions, unix-compat, bytestring,
+ base >= 4.5, base < 5, IfElse, text, process,
+ utf8-string, async, optparse-applicative,
+ QuickCheck >= 2.1, time
+
+ if (! os(windows))
+ Build-Depends: unix
+
source-repository head
type: git
location: git://git-repair.branchable.com/