From 8c4352a0a544b2e5a4ed717999fc7c6ecb0a328f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 May 2020 15:38:39 -0400 Subject: merge from git-annex * Improve fetching from a remote with an url in host:path format. * Merge from git-annex. --- git-repair.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'git-repair.cabal') diff --git a/git-repair.cabal b/git-repair.cabal index 2637586..d25f702 100644 --- a/git-repair.cabal +++ b/git-repair.cabal @@ -28,6 +28,7 @@ Extra-Source-Files: custom-setup Setup-Depends: base (>= 4.11.1.0 && < 5.0), hslogger, split, unix-compat, process, unix, filepath, + filepath-bytestring (>= 1.4.2.1.1), exceptions, bytestring, directory, IfElse, data-default, mtl, Cabal @@ -103,6 +104,7 @@ Executable git-repair Utility.Format Utility.HumanNumber Utility.HumanTime + Utility.InodeCache Utility.Metered Utility.Misc Utility.Monad @@ -112,11 +114,13 @@ Executable git-repair Utility.Process Utility.Process.Shim Utility.QuickCheck + Utility.RawFilePath Utility.Rsync Utility.SafeCommand Utility.Split Utility.SystemDirectory Utility.ThreadScheduler + Utility.TimeStamp Utility.Tmp Utility.Tmp.Dir Utility.Tuple -- cgit v1.2.3