From e011fd72ef69dbbaa4f63bfd61564e0918cb3e22 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Nov 2013 16:09:44 -0400 Subject: initial work on git repository destroyer I suspect this might sometimes corrupt the **source** repo, so use with caution! --- git-repair.cabal | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'git-repair.cabal') 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/ -- cgit v1.2.3