From 2ca52b4a9d3630e9f7e156322cc98a7b6d092c2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Nov 2015 16:13:10 -0400 Subject: [PATCH] needs concurrent-output 1.6 for bugfixes and windows port --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 8430161d79..ff8fd3e5d9 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) -- 2.30.2