lower optparse-applicative bounds after recent bump
0.14.2 included H.pretty. I tested with 0.16.1 and it displays ok using it.
This commit is contained in:
parent
3cec932bb5
commit
2b2ec8fa63
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ Executable git-annex
|
|||
Build-Depends:
|
||||
base (>= 4.11.1.0 && < 5.0),
|
||||
network-uri (>= 2.6),
|
||||
optparse-applicative (>= 0.18.1),
|
||||
optparse-applicative (>= 0.14.2),
|
||||
containers (>= 0.5.8),
|
||||
exceptions (>= 0.6),
|
||||
stm (>= 2.3),
|
||||
|
|
Loading…
Reference in a new issue