From 4dc2000f97236089a8613cc6b0bf9846fea6abfa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 May 2017 23:32:17 -0400 Subject: adeiu, MissingH Removed dependency on MissingH, instead depending on the split library. After laying groundwork for this since 2015, it was mostly straightforward. Added Utility.Tuple and Utility.Split. Eyeballed System.Path.WildMatch while implementing the same thing. Since MissingH's progress meter display was being used, I re-implemented my own. Bonus: Now progress is displayed for transfers of files of unknown size. This commit was sponsored by Shane-o on Patreon. --- git-annex.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 8d8255027..04b43d986 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -304,7 +304,7 @@ source-repository head location: git://git-annex.branchable.com/ custom-setup - Setup-Depends: base (>= 4.5), hslogger, MissingH, unix-compat, process, + Setup-Depends: base (>= 4.5), hslogger, split, unix-compat, process, unix, filepath, exceptions, bytestring, directory, IfElse, data-default, Cabal @@ -330,7 +330,6 @@ Executable git-annex directory (>= 1.2), filepath, IfElse, - MissingH, hslogger, monad-logger, free, @@ -362,7 +361,8 @@ Executable git-annex securemem, crypto-api, cryptonite, - memory + memory, + split CC-Options: -Wall GHC-Options: -Wall -fno-warn-tabs Extensions: PackageImports @@ -1051,6 +1051,7 @@ Executable git-annex Utility.Scheduled.QuickCheck Utility.Shell Utility.SimpleProtocol + Utility.Split Utility.SshConfig Utility.Su Utility.SystemDirectory @@ -1061,6 +1062,7 @@ Executable git-annex Utility.Tmp Utility.Tor Utility.Touch + Utility.Tuple Utility.Url Utility.UserInfo Utility.Verifiable -- cgit v1.2.3