From de26cfbf895abda49b1a7e8835fe302e9f01b127 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Nov 2018 18:41:34 -0400 Subject: [PATCH] Revert "depend on newer concurrent-output to fix crash" This reverts commit 451145738267b5858132554da2367a78c145b610. Not needed, 872af2b2f1049e4eecf274ac70caf99a367f3818 avoids the underlying bug in concurrent-output. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index ab1c77bf3b..391e082cc0 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -359,7 +359,7 @@ Executable git-annex memory, split, attoparsec, - concurrent-output (>= 1.10.8), + concurrent-output (>= 1.6), QuickCheck (>= 2.8.2), tasty (>= 0.7), tasty-hunit,