From ec6dd787246fdc93c6b6f935846fe126244b552b Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 28 Oct 2025 16:06:56 +0530 Subject: [PATCH] Bump the upper bound of "text" --- streamly-text.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly-text.cabal b/streamly-text.cabal index 8c42f62..36d25fb 100644 --- a/streamly-text.cabal +++ b/streamly-text.cabal @@ -33,7 +33,7 @@ library , Streamly.Compat.Text.Lazy build-depends: base >=4.7 && <5 , streamly-core >=0.2.0 && <0.3.1 - , text >=2.0 && <2.1.2 + , text >=2.0 && <2.1.4 hs-source-dirs: src default-language: Haskell2010