From 41d9148c727bd5c802cfe72d0d6dc20f51c83970 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Mar 2021 11:54:16 -0400 Subject: [PATCH] fix attoparsec lower bound needed for parseOnly --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index ec07da910b..298454a5fa 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -367,7 +367,7 @@ Executable git-annex memory, deepseq, split, - attoparsec, + attoparsec (>= 0.13.2.2), concurrent-output (>= 1.10), QuickCheck (>= 2.10.0), tasty (>= 0.7),