From ff55c83456415032bc47f7f881ac6008d68985cc Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 5 Jul 2024 13:43:17 +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 5baef5b8c..ca6e3b3e0 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.6 + , unicode-data >= 0.1 && < 0.7 -- Network , network >= 2.6 && < 3.3