diff --git a/encoding.cabal b/encoding.cabal index 5496493..dcc2d8c 100644 --- a/encoding.cabal +++ b/encoding.cabal @@ -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