diff --git a/hex-text/hex-text.cabal b/hex-text/hex-text.cabal index 59ca4f0..719b0bb 100644 --- a/hex-text/hex-text.cabal +++ b/hex-text/hex-text.cabal @@ -31,10 +31,10 @@ common base BlockArguments NoImplicitPrelude build-depends: - , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 + , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 , base16-bytestring ^>= 1.0.2 - , bytestring ^>= 0.11.4 - , text ^>= 1.2.5 || ^>= 2.0 + , bytestring ^>= 0.11.4 || ^>= 0.12 + , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1 library import: base