From de29db79ba784e070d2af6019d459b36b34ed77a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 2 Nov 2023 10:58:33 +1100 Subject: [PATCH] Update dependencies --- hex-text/hex-text.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hex-text/hex-text.cabal b/hex-text/hex-text.cabal index 59ca4f0..754a84a 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 || ^>= 4.20 , 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