From 813ae37bd0ba45a4b26a3d83f3e49a3aa1f37216 Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Mon, 20 Oct 2025 21:39:29 +0530 Subject: [PATCH] Bump the upper bound of unicode-data --- stack.yaml | 4 ++-- unicode-transforms.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index 1575d69..6caf69c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,8 +1,8 @@ packages: - '.' -resolver: lts-18.18 +resolver: lts-23.27 extra-deps: -- unicode-data-0.2.0 +- unicode-data-0.8.0 - tasty-bench-0.3 # Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework diff --git a/unicode-transforms.cabal b/unicode-transforms.cabal index 01a012d..af69bd9 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.22 - , unicode-data >= 0.2 && < 0.7 + , unicode-data >= 0.2 && < 0.9 , bytestring >= 0.9 && < 0.13 , ghc-prim >= 0.2 && < 0.14