From 0c817c35e7aed6d73be546d88c4b5f211e650e34 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 21 May 2024 17:45:51 +1000 Subject: [PATCH] Make it build with ghc 9.10 --- 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..b500e03 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.21 , 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