File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
experimental/unicode-data-text Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ library
6868 build-depends :
6969 base >= 4.7 && < 4.23 ,
7070 text >= 1.2.4 && < 2.2 ,
71- unicode-data >= 0.7 && < 0.8
71+ unicode-data >= 0.8 && < 0.9
7272
7373test-suite test
7474 import : default-extensions, compile-options
@@ -82,7 +82,7 @@ test-suite test
8282 base >= 4.7 && < 4.23 ,
8383 hspec >= 2.0 && < 2.12 ,
8484 text >= 1.2.4 && < 2.2 ,
85- unicode-data >= 0.7 && < 0.8 ,
85+ unicode-data >= 0.8 && < 0.9 ,
8686 unicode-data-text
8787 build-tool-depends :
8888 hspec-discover :hspec-discover >= 2.0 && < 2.12
@@ -98,7 +98,7 @@ benchmark bench
9898 tasty-bench >= 0.2.5 && < 0.5 ,
9999 tasty >= 1.4.1 && < 1.6 ,
100100 text >= 1.2.4 && < 2.2 ,
101- unicode-data >= 0.7 && < 0.8 ,
101+ unicode-data >= 0.8 && < 0.9 ,
102102 unicode-data-text
103103 -- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
104104 ghc-options : -O2 -fdicts-strict -rtsopts -with-rtsopts=-A32m
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-names
3- version : 0.5 .0
3+ version : 0.6 .0
44synopsis : Unicode characters names and aliases
55description :
66 @unicode-data-names@ provides Haskell APIs to access the Unicode
@@ -105,7 +105,7 @@ library
105105 hs-source-dirs : lib
106106 build-depends :
107107 base >= 4.7 && < 4.23 ,
108- unicode-data >= 0.7 && < 0.8
108+ unicode-data >= 0.8 && < 0.9
109109 -- Support for raw string literals unpacking is included in base ≥ 4.15
110110 if impl(ghc < 9.0.0 )
111111 build-depends :
@@ -132,7 +132,7 @@ test-suite test
132132 build-depends :
133133 base >= 4.7 && < 4.23
134134 , hspec >= 2.0 && < 2.12
135- , unicode-data >= 0.7 && < 0.8
135+ , unicode-data >= 0.8 && < 0.9
136136 , unicode-data-names
137137 if flag(has-text)
138138 cpp-options : -DHAS_TEXT
@@ -177,7 +177,7 @@ benchmark bench
177177 deepseq >= 1.1 && < 1.6 ,
178178 tasty-bench >= 0.2.5 && < 0.5 ,
179179 tasty >= 1.4.1 && < 1.6 ,
180- unicode-data >= 0.7 && < 0.8 ,
180+ unicode-data >= 0.8 && < 0.9 ,
181181 unicode-data-names
182182 if flag(has-text)
183183 cpp-options : -DHAS_TEXT
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-scripts
3- version : 0.5 .0
3+ version : 0.6 .0
44synopsis : Unicode characters scripts
55description :
66 @unicode-data-scripts@ provides Haskell APIs to access the Unicode
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-security
3- version : 0.5 .0
3+ version : 0.6 .0
44synopsis : Unicode security mechanisms database
55description :
66 @unicode-data-security@ provides Haskell APIs to access the
@@ -84,7 +84,7 @@ library
8484 hs-source-dirs : lib
8585 build-depends :
8686 base >= 4.7 && < 4.23
87- , unicode-data >= 0.7 && < 0.8
87+ , unicode-data >= 0.8 && < 0.9
8888 -- Support for raw string literals unpacking is included in base ≥ 4.15
8989 if impl(ghc < 9.0.0 )
9090 build-depends :
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data
3- version : 0.7 .0
3+ version : 0.8 .0
44synopsis : Access Unicode Character Database (UCD)
55description :
66 @unicode-data@ provides Haskell APIs to efficiently access the
You can’t perform that action at this time.
0 commit comments