mirror of
https://github.com/Gabriella439/optparse-generic.git
synced 2024-11-22 21:48:54 +03:00
Increase lower bound on optparse-applicative
The library now depends on the `IsString`-generalized version of `Options.Applicative.str`, which was added in version `0.14.0.0`
This commit is contained in:
parent
7d86b638a4
commit
46141daeab
@ -23,16 +23,16 @@ Source-Repository head
|
||||
Library
|
||||
Hs-Source-Dirs: src
|
||||
Build-Depends:
|
||||
base >= 4.6 && < 5 ,
|
||||
system-filepath >= 0.3.1 && < 0.5 ,
|
||||
text < 1.3 ,
|
||||
transformers >= 0.2.0.0 && < 0.6 ,
|
||||
Only < 0.2 ,
|
||||
optparse-applicative >= 0.12.0 && < 0.15,
|
||||
time >= 1.5 && < 1.9 ,
|
||||
void < 0.8 ,
|
||||
bytestring < 0.11,
|
||||
semigroups >= 0.5.0 && < 0.19
|
||||
base >= 4.6 && < 5 ,
|
||||
system-filepath >= 0.3.1 && < 0.5 ,
|
||||
text < 1.3 ,
|
||||
transformers >= 0.2.0.0 && < 0.6 ,
|
||||
Only < 0.2 ,
|
||||
optparse-applicative >= 0.14.0.0 && < 0.15,
|
||||
time >= 1.5 && < 1.9 ,
|
||||
void < 0.8 ,
|
||||
bytestring < 0.11,
|
||||
semigroups >= 0.5.0 && < 0.19
|
||||
|
||||
if impl(ghc < 7.8)
|
||||
Build-Depends:
|
||||
|
Loading…
Reference in New Issue
Block a user