summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2021-06-29 13:28:25 -0400
committerJoey Hess <joeyh@joeyh.name>2021-06-29 13:28:25 -0400
commit2db8167ddbfa080b44509d4532d7d34887cdc64a (patch)
tree997c359eaac8297ac01374d96c012d64c4913407 /git-repair.cabal
parent84db819626232d789864780a52b63a787d49ef52 (diff)
downloadgit-repair-2db8167ddbfa080b44509d4532d7d34887cdc64a.tar.gz
merge from git-annex
Fixes 2 bugs, one a data loss bug. It is possible to get those fixes without merging all the other changes, if a backport is wanted.
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index cf01c06..64fb890 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -30,7 +30,7 @@ custom-setup
hslogger, split, unix-compat, process, unix, filepath,
filepath-bytestring (>= 1.4.2.1.1), async,
exceptions, bytestring, directory, IfElse, data-default,
- mtl, Cabal
+ mtl, Cabal, time
source-repository head
type: git
@@ -47,7 +47,8 @@ Executable git-repair
utf8-string, async, optparse-applicative (>= 0.14.1),
data-default, deepseq, attoparsec,
network-uri (>= 2.6), network (>= 2.6),
- filepath-bytestring (>= 1.4.2.1.0)
+ filepath-bytestring (>= 1.4.2.1.0),
+ time
if (os(windows))
Build-Depends: setenv
@@ -70,6 +71,7 @@ Executable git-repair
Git.CurrentRepo
Git.Destroyer
Git.DiffTreeItem
+ Git.Env
Git.FilePath
Git.Filename
Git.Fsck
@@ -91,6 +93,7 @@ Executable git-repair
Utility.Applicative
Utility.Batch
Utility.CoProcess
+ Utility.Debug
Utility.Data
Utility.DataUnits
Utility.Directory