From e38c59dfde89f15c61b4073dcd19b53dfe440e74 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 21 Nov 2013 02:20:19 -0400 Subject: combine test program into git-repair --- git-repair.cabal | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'git-repair.cabal') 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/ -- cgit v1.2.3