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
|
HaXml >=1.22 && <1.26
|
||||||
|
|
||||||
Library
|
Library
|
||||||
Build-Depends: array,
|
Build-Depends: array >=0.4 && <0.6,
|
||||||
base >=3 && <5,
|
base >=4 && <5,
|
||||||
binary < 0.8,
|
binary >=0.7 && <0.10,
|
||||||
bytestring,
|
bytestring >=0.9 && <0.11,
|
||||||
containers,
|
containers >=0.4 && <0.6,
|
||||||
extensible-exceptions,
|
extensible-exceptions >=0.1 && <0.2,
|
||||||
ghc-prim,
|
ghc-prim >=0.3 && <0.6,
|
||||||
mtl,
|
mtl >=2.0 && <2.3,
|
||||||
regex-compat
|
regex-compat >=0.71 && <0.95
|
||||||
|
|
||||||
Extensions: CPP
|
Extensions: CPP
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user