needs concurrent-output 1.6 for bugfixes and windows port
authorJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 20:13:10 +0000 (16:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 20:13:10 +0000 (16:13 -0400)
git-annex.cabal

index 8430161d795746004cbcb975572d6d68ba03766e..ff8fd3e5d9c8a1b5cbe9ff5453efecc120e77602 100644 (file)
@@ -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)