diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-11-04 14:52:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-11-04 14:52:07 -0400 |
commit | 527b6970457e74f8c88dfdac7c96241e2496a2f2 (patch) | |
tree | fdf6e4b273cc5043dd8e009675ba78f98659a514 /git-annex.cabal | |
parent | 1933f8a5599f33b95811710ad10e1ed17703699d (diff) |
add regions to concurrent output
still no progress displays when getting files etc, but a big improvement
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index f38834bfe..8430161d7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -279,7 +279,7 @@ Executable git-annex CPP-Options: -DWITH_DATABASE if flag(ConcurrentOutput) - Build-Depends: concurrent-output (>= 1.4.1) + Build-Depends: concurrent-output (>= 1.5) CPP-Options: -DWITH_CONCURRENTOUTPUT if flag(EKG) |