From 0eb13f151200e7b150e5eaa62385ba0c2d452019 Mon Sep 17 00:00:00 2001 From: Li-yao Xia Date: Wed, 26 Nov 2025 23:39:06 +0100 Subject: [PATCH] Bump lower bound of binary to >= 0.8.3 --- text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.cabal b/text.cabal index a0e1d12b..552ce811 100644 --- a/text.cabal +++ b/text.cabal @@ -222,7 +222,7 @@ library build-depends: array >= 0.3 && < 0.6, base >= 4.11 && < 5, - binary >= 0.5 && < 0.9, + binary >= 0.8.3 && < 0.9, bytestring >= 0.10.4 && < 0.13, deepseq >= 1.1 && < 1.6, ghc-prim >= 0.2 && < 0.15,