summaryrefslogtreecommitdiff
path: root/git-repair.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2023-08-14 12:06:32 -0400
committerJoey Hess <joeyh@joeyh.name>2023-08-14 12:12:52 -0400
commitedf83982be214f3c839fab9b659f645de53a9100 (patch)
treebef06cb750379c6d7942fc13b13fcb328201354c /git-repair.cabal
parentf0cd3a2a3758ddcd2f0900c16bdc1fb80bbd6e92 (diff)
downloadgit-repair-edf83982be214f3c839fab9b659f645de53a9100.tar.gz
merge from git-annex
Support building with unix-compat 0.7
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 c269fe7..371072e 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -1,5 +1,5 @@
Name: git-repair
-Version: 1.20220404
+Version: 1.20230814
Cabal-Version: >= 1.10
License: AGPL-3
Maintainer: Joey Hess <joey@kitenet.net>
@@ -73,13 +73,13 @@ Executable git-repair
Git.DiffTreeItem
Git.Env
Git.FilePath
- Git.Filename
Git.Fsck
Git.HashObject
Git.Index
Git.LsFiles
Git.LsTree
Git.Objects
+ Git.Quote
Git.Ref
Git.RefLog
Git.Remote
@@ -120,10 +120,12 @@ Executable git-repair
Utility.Percentage
Utility.Process
Utility.Process.Shim
+ Utility.Process.Transcript
Utility.QuickCheck
Utility.RawFilePath
Utility.Rsync
Utility.SafeCommand
+ Utility.SafeOutput
Utility.SimpleProtocol
Utility.Split
Utility.SystemDirectory
@@ -133,3 +135,4 @@ Executable git-repair
Utility.Tmp.Dir
Utility.Tuple
Utility.UserInfo
+ Utility.Url.Parse