fix attoparsec lower bound
needed for parseOnly
This commit is contained in:
parent
f19271c5d9
commit
41d9148c72
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ Executable git-annex
|
||||||
memory,
|
memory,
|
||||||
deepseq,
|
deepseq,
|
||||||
split,
|
split,
|
||||||
attoparsec,
|
attoparsec (>= 0.13.2.2),
|
||||||
concurrent-output (>= 1.10),
|
concurrent-output (>= 1.10),
|
||||||
QuickCheck (>= 2.10.0),
|
QuickCheck (>= 2.10.0),
|
||||||
tasty (>= 0.7),
|
tasty (>= 0.7),
|
||||||
|
|
Loading…
Reference in a new issue