From 7efff1968470e60a4e6396361c5767cb1784a5f5 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 13 Nov 2023 07:53:45 +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..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