summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2020-05-04 15:38:39 -0400
committerJoey Hess <joeyh@joeyh.name>2020-05-04 15:38:39 -0400
commit8c4352a0a544b2e5a4ed717999fc7c6ecb0a328f (patch)
treed57aca56117598b06bf30e5a1ed96f4b77e51f09 /git-repair.cabal
parent6ea7eac330f73699d965cef7b8ee23d7218415a8 (diff)
downloadgit-repair-8c4352a0a544b2e5a4ed717999fc7c6ecb0a328f.tar.gz
merge from git-annex
* Improve fetching from a remote with an url in host:path format. * Merge from git-annex.
Diffstat (limited to 'git-repair.cabal')
-rw-r--r--git-repair.cabal4
1 files changed, 4 insertions, 0 deletions
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