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