From e44d2bb73527f5ff835340c5cf4a1534b7d03986 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Tue, 2 Jul 2024 18:28:26 +0530 Subject: [PATCH] Bump the upper bound of unicode-data --- streamly.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamly.cabal b/streamly.cabal index e000f9d51..5baef5b8c 100644 --- a/streamly.cabal +++ b/streamly.cabal @@ -524,7 +524,7 @@ library , atomic-primops >= 0.8 && < 0.9 , lockfree-queue >= 0.2.4 && < 0.3 - , unicode-data >= 0.1 && < 0.5 + , unicode-data >= 0.1 && < 0.6 -- Network , network >= 2.6 && < 3.3