summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-05 16:13:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-05 16:13:10 -0400
commit021c06e8998a365c95db2f362d37bdf00f61ea01 (patch)
treef1e962a875b2c48a1412ef342bbf2499890cd9ed /git-annex.cabal
parent5290f05dbf4bb1f189f52460a25b223991f99afe (diff)
needs concurrent-output 1.6 for bugfixes and windows port
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 8430161d7..ff8fd3e5d 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.5)
+ Build-Depends: concurrent-output (>= 1.6)
CPP-Options: -DWITH_CONCURRENTOUTPUT
if flag(EKG)