mark upper and lower bounds on library dependencies
This commit is contained in:
parent
8925f398af
commit
52aabc47cd
@ -43,15 +43,15 @@ Custom-Setup
|
||||
HaXml >=1.22 && <1.26
|
||||
|
||||
Library
|
||||
Build-Depends: array,
|
||||
base >=3 && <5,
|
||||
binary < 0.8,
|
||||
bytestring,
|
||||
containers,
|
||||
extensible-exceptions,
|
||||
ghc-prim,
|
||||
mtl,
|
||||
regex-compat
|
||||
Build-Depends: array >=0.4 && <0.6,
|
||||
base >=4 && <5,
|
||||
binary >=0.7 && <0.10,
|
||||
bytestring >=0.9 && <0.11,
|
||||
containers >=0.4 && <0.6,
|
||||
extensible-exceptions >=0.1 && <0.2,
|
||||
ghc-prim >=0.3 && <0.6,
|
||||
mtl >=2.0 && <2.3,
|
||||
regex-compat >=0.71 && <0.95
|
||||
|
||||
Extensions: CPP
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user