From 451145738267b5858132554da2367a78c145b610 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Nov 2018 17:47:33 -0400 Subject: [PATCH] depend on newer concurrent-output to fix crash At least temporarily.. It may cause too much breakage to build environments to keep this change yet. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 391e082cc0..ab1c77bf3b 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -359,7 +359,7 @@ Executable git-annex memory, split, attoparsec, - concurrent-output (>= 1.6), + concurrent-output (>= 1.10.8), QuickCheck (>= 2.8.2), tasty (>= 0.7), tasty-hunit,