summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
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/