From fd654debc90070147ab61e03499efb532d42d8d0 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Fri, 5 Jul 2024 13:41:49 +0530 Subject: [PATCH] Bump the upper bound of unicode-data --- unicode-transforms.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 02363c7..3602064 100644 --- a/unicode-transforms.cabal +++ b/unicode-transforms.cabal @@ -88,7 +88,7 @@ library ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs build-depends: base >= 4.8 && < 4.21 - , unicode-data >= 0.2 && < 0.5 + , unicode-data >= 0.2 && < 0.7 , bytestring >= 0.9 && < 0.13 , ghc-prim >= 0.2 && < 0.12