Skip to content

Commit 3303e24

Browse files
committed
Bump the upper bound of unicode-data
- Used in normalization - Essentially the normalization helpers did not change over the versions - Admit 0.3.*
1 parent 1f64598 commit 3303e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unicode-transforms.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ library
8383
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
8484
build-depends:
8585
base >= 4.8 && < 5
86-
, unicode-data >= 0.2 && < 0.3
86+
, unicode-data >= 0.2 && < 0.4
8787
, bytestring >= 0.9 && < 0.12
8888
, ghc-prim >= 0.2 && < 0.9
8989

@@ -130,7 +130,7 @@ test-suite quickcheck
130130
ghc-options: -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
131131
build-depends:
132132
QuickCheck >= 2.1 && < 2.15
133-
, unicode-data >= 0.2 && < 0.3
133+
, unicode-data >= 0.2 && < 0.4
134134
, base >= 4.7 && < 5
135135
, deepseq >= 1.1 && < 1.5
136136
, hspec >= 2.0 && < 3

0 commit comments

Comments
 (0)