summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-15 23:32:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 01:03:52 -0400
commit4dc2000f97236089a8613cc6b0bf9846fea6abfa (patch)
tree83df60ef702246b0b71bc99e141d4a8bf1990438 /git-annex.cabal
parent973180b077e60b5d12d7c57d926878d11d7f2105 (diff)
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.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal8
1 files changed, 5 insertions, 3 deletions
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