From 2db8167ddbfa080b44509d4532d7d34887cdc64a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jun 2021 13:28:25 -0400 Subject: 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. --- git-repair.cabal | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'git-repair.cabal') 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 -- cgit v1.2.3