summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-11-21 02:20:19 -0400
committerJoey Hess <joey@kitenet.net>2013-11-21 02:20:19 -0400
commite38c59dfde89f15c61b4073dcd19b53dfe440e74 (patch)
tree1f6d32f1b125f4c21232eb8c63748572f59c4c7a /git-repair.cabal
parent897f030f68ff847c03494fbdd4104d1f8dfad9fe (diff)
downloadgit-repair-e38c59dfde89f15c61b4073dcd19b53dfe440e74.tar.gz
combine test program into git-repair
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal14
1 files changed, 1 insertions, 13 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index ff5e964..22edee1 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -22,24 +22,12 @@ Executable git-repair
GHC-Options: -Wall -threaded
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
network, extensible-exceptions, unix-compat, bytestring,
- base >= 4.5, base < 5, IfElse, text, process,
+ base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,
utf8-string, async, optparse-applicative
if (! os(windows))
Build-Depends: unix
-Executable git-repair-test
- Main-Is: git-repair-test.hs
- GHC-Options: -Wall -threaded
- 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/