Increased upper bound on optparse-applicative

This commit is contained in:
Gabriel Gonzalez 2015-09-27 09:29:51 -07:00
parent 2830341c09
commit e37300d13b

View file

@ -46,23 +46,23 @@ Source-Repository head
Library
HS-Source-Dirs: src
Build-Depends:
base >= 4.5 && < 5 ,
async >= 2.0.0.0 && < 2.1,
clock >= 0.4.1.2 && < 0.6,
directory >= 1.0.7 && < 1.3,
foldl >= 1.1 && < 1.2,
hostname < 1.1,
managed < 1.1,
process >= 1.0.1.1 && < 1.3,
system-filepath >= 0.3.1 && < 0.5,
system-fileio >= 0.2.1 && < 0.4,
stm < 2.5,
temporary < 1.3,
text < 1.3,
time < 1.6,
transformers >= 0.2.0.0 && < 0.5,
optparse-applicative >= 0.11 && < 0.12,
optional-args >= 1.0 && < 2.0
base >= 4.5 && < 5 ,
async >= 2.0.0.0 && < 2.1,
clock >= 0.4.1.2 && < 0.6,
directory >= 1.0.7 && < 1.3,
foldl >= 1.1 && < 1.2,
hostname < 1.1,
managed < 1.1,
process >= 1.0.1.1 && < 1.3,
system-filepath >= 0.3.1 && < 0.5,
system-fileio >= 0.2.1 && < 0.4,
stm < 2.5,
temporary < 1.3,
text < 1.3,
time < 1.6,
transformers >= 0.2.0.0 && < 0.5,
optparse-applicative >= 0.11 && < 0.13,
optional-args >= 1.0 && < 2.0
if os(windows)
Build-Depends: Win32 >= 2.2.0.1 && < 2.4
else