Skip to content

Commit 080b32a

Browse files
committed
Bump the upper bound of unicode-data
1 parent 4c4783b commit 080b32a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
packages:
22
- '.'
3-
resolver: lts-18.18
3+
resolver: lts-23.27
44
extra-deps:
5-
- unicode-data-0.2.0
5+
- unicode-data-0.8.0
66
- tasty-bench-0.3
77

88
# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework

unicode-transforms.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library
8888
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
8989
build-depends:
9090
base >= 4.8 && < 4.22
91-
, unicode-data >= 0.2 && < 0.7
91+
, unicode-data >= 0.2 && < 0.9
9292
, bytestring >= 0.9 && < 0.13
9393
, ghc-prim >= 0.2 && < 0.14
9494

0 commit comments

Comments
 (0)