From 7aa96b4ef84e62a7946361400e005aeb1cad5e4b Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Mon, 21 Sep 2026 22:58:36 +0530 Subject: [PATCH] Update unicode-data version bound --- streamly.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly.cabal b/streamly.cabal index 3baeca2a2e..f03f1634e1 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -551,7 +551,7 @@ library -- concurrency , lockfree-queue >= 0.2.4 && < 0.3 - , unicode-data >= 0.1 && < 0.9 + , unicode-data >= 0.1 && < 0.10 -- Network -- network version 3.2.8 is broken on windows