Relaxed version bounds for array, http-conduit, process.
This commit is contained in:
parent
f966295770
commit
afa88b4a25
1 changed files with 4 additions and 4 deletions
|
@ -202,15 +202,15 @@ Library
|
|||
syb >= 0.1 && < 0.5,
|
||||
containers >= 0.1 && < 0.6,
|
||||
unordered-containers >= 0.2 && < 0.3,
|
||||
array >= 0.3 && < 0.5,
|
||||
array >= 0.3 && < 0.6,
|
||||
parsec >= 3.1 && < 3.2,
|
||||
mtl >= 1.1 && < 2.2,
|
||||
network >= 2 && < 2.5,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.2,
|
||||
process >= 1 && < 1.3,
|
||||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 0.12,
|
||||
text >= 0.11 && < 1.1,
|
||||
zip-archive >= 0.1.3.3 && < 0.2,
|
||||
old-locale >= 1 && < 1.1,
|
||||
time >= 1.2 && < 1.5,
|
||||
|
@ -235,7 +235,7 @@ Library
|
|||
hslua >= 0.3 && < 0.4
|
||||
Build-Tools: alex, happy
|
||||
if flag(http-conduit)
|
||||
Build-Depends: http-conduit >= 1.9 && < 1.10,
|
||||
Build-Depends: http-conduit >= 1.9 && < 2.1,
|
||||
http-types >= 0.8 && < 0.9
|
||||
cpp-options: -DHTTP_CONDUIT
|
||||
if flag(embed_data_files)
|
||||
|
|
Loading…
Reference in a new issue