From b01ee86569753984d4e869c0585f0341daaddf99 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Wed, 29 Nov 2023 13:02:43 +0530 Subject: [PATCH] Relax upper bound for text, allowing text-2.1.* --- experimental/unicode-data-text/unicode-data-text.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/unicode-data-text/unicode-data-text.cabal b/experimental/unicode-data-text/unicode-data-text.cabal index 746f7ce..39b5d45 100644 --- a/experimental/unicode-data-text/unicode-data-text.cabal +++ b/experimental/unicode-data-text/unicode-data-text.cabal @@ -65,7 +65,7 @@ library hs-source-dirs: lib build-depends: base >= 4.7 && < 4.20, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, unicode-data >= 0.3 && < 0.5 test-suite test @@ -79,7 +79,7 @@ test-suite test build-depends: base >= 4.7 && < 4.20, hspec >= 2.0 && < 2.12, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, unicode-data-text build-tool-depends: hspec-discover:hspec-discover >= 2.0 && < 2.12 @@ -96,7 +96,7 @@ benchmark bench deepseq >= 1.1 && < 1.6, tasty-bench >= 0.2.5 && < 0.4, tasty >= 1.4.1 && < 1.5, - text >= 1.2.4 && < 2.1, + text >= 1.2.4 && < 2.2, unicode-data >= 0.3 && < 0.5, unicode-data-text -- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness