File tree Expand file tree Collapse file tree 11 files changed +31
-31
lines changed
Expand file tree Collapse file tree 11 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : icu
3- version : 0.2 .0
3+ version : 0.3 .0
44synopsis : ICU binding
55description :
66 ICU binding to ICU for characters names and aliases (internal library ).
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-text
3- version : 0.2 .0
3+ version : 0.3 .0
44synopsis : Unicode features for “text” package
55description :
66 @unicode-data-text@ provides Unicode features from
@@ -69,7 +69,7 @@ library
6969 build-depends :
7070 base >= 4.7 && < 4.23 ,
7171 text >= 1.2.4 && < 2.2 ,
72- unicode-data >= 0.6 && < 0.7
72+ unicode-data >= 0.7 && < 0.8
7373
7474test-suite test
7575 import : default-extensions, compile-options
@@ -83,7 +83,7 @@ test-suite test
8383 base >= 4.7 && < 4.23 ,
8484 hspec >= 2.0 && < 2.12 ,
8585 text >= 1.2.4 && < 2.2 ,
86- unicode-data >= 0.6 && < 0.7 ,
86+ unicode-data >= 0.7 && < 0.8 ,
8787 unicode-data-text
8888 build-tool-depends :
8989 hspec-discover :hspec-discover >= 2.0 && < 2.12
@@ -99,7 +99,7 @@ benchmark bench
9999 tasty-bench >= 0.2.5 && < 0.5 ,
100100 tasty >= 1.4.1 && < 1.6 ,
101101 text >= 1.2.4 && < 2.2 ,
102- unicode-data >= 0.6 && < 0.7 ,
102+ unicode-data >= 0.7 && < 0.8 ,
103103 unicode-data-text
104104 -- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
105105 ghc-options : -O2 -fdicts-strict -rtsopts -with-rtsopts=-A32m
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : ucd2haskell
3- version : 0.6 .0
3+ version : 0.7 .0
44synopsis : Generate the code of the unicode-data* packages
55description :
66 Internal package for the generation of @unicode-data*@ packages.
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.5.0 (TBD )
3+ ## 0.5.0 (August 2025 )
44
55- Updated to [ Unicode 16.0.0] ( https://www.unicode.org/versions/Unicode16.0.0/ ) .
66
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-names
3- version : 0.4 .0
3+ version : 0.5 .0
44synopsis : Unicode characters names and aliases
55description :
66 @unicode-data-names@ provides Haskell APIs to access the Unicode
@@ -106,7 +106,7 @@ library
106106 hs-source-dirs : lib
107107 build-depends :
108108 base >= 4.7 && < 4.23 ,
109- unicode-data >= 0.6 && < 0.7
109+ unicode-data >= 0.7 && < 0.8
110110 -- Support for raw string literals unpacking is included in base ≥ 4.15
111111 if impl(ghc < 9.0.0 )
112112 build-depends :
@@ -133,7 +133,7 @@ test-suite test
133133 build-depends :
134134 base >= 4.7 && < 4.23
135135 , hspec >= 2.0 && < 2.12
136- , unicode-data >= 0.6 && < 0.7
136+ , unicode-data >= 0.7 && < 0.8
137137 , unicode-data-names
138138 if flag(has-text)
139139 cpp-options : -DHAS_TEXT
@@ -178,7 +178,7 @@ benchmark bench
178178 deepseq >= 1.1 && < 1.6 ,
179179 tasty-bench >= 0.2.5 && < 0.5 ,
180180 tasty >= 1.4.1 && < 1.6 ,
181- unicode-data >= 0.6 && < 0.7 ,
181+ unicode-data >= 0.7 && < 0.8 ,
182182 unicode-data-names
183183 if flag(has-text)
184184 cpp-options : -DHAS_TEXT
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.5.0 (TBD )
3+ ## 0.5.0 (August 2025 )
44
55- Updated to [ Unicode 16.0.0] ( https://www.unicode.org/versions/Unicode16.0.0/ ) .
66
77## 0.4.0 (July 2024)
88
9- - Update to [ Unicode 15.1.0] ( https://www.unicode.org/versions/Unicode15.1.0/ ) .
9+ - Updated to [ Unicode 15.1.0] ( https://www.unicode.org/versions/Unicode15.1.0/ ) .
1010
1111## 0.3.0 (July 2024)
1212
13- - Add ` unicodeVersion ` and ` scriptShortName ` to ` Unicode.Char.General.Scripts ` .
14- - Fix the inlining of ` Addr# ` literals and reduce their size. This results in
13+ - Added ` unicodeVersion ` and ` scriptShortName ` to ` Unicode.Char.General.Scripts ` .
14+ - Fixed the inlining of ` Addr# ` literals and reduce their size. This results in
1515 a sensible decrease of the executable size.
16- - Remove ` unicode-data ` dependency.
16+ - Removed ` unicode-data ` dependency.
1717
1818## 0.2.0.1 (December 2022)
1919
20- - Fix [ Unicode scripts handling on big-endian architectures] ( https://github.com/composewell/unicode-data/issues/97 ) .
20+ - Fixed [ Unicode scripts handling on big-endian architectures] ( https://github.com/composewell/unicode-data/issues/97 ) .
2121
2222## 0.2.0 (September 2022)
2323
24- - Update to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
24+ - Updated to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
2525
2626## 0.1.0 (September 2022)
2727
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-scripts
3- version : 0.4 .0
3+ version : 0.5 .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 11# Changelog
22
3- ## 0.5.0 (TBD )
3+ ## 0.5.0 (August 2025 )
44
55- Updated to [ Unicode 16.0.0] ( https://www.unicode.org/versions/Unicode16.0.0/ ) .
66
77## 0.4.0 (July 2024)
88
9- - Update to [ Unicode 15.1.0] ( https://www.unicode.org/versions/Unicode15.1.0/ ) .
9+ - Updated to [ Unicode 15.1.0] ( https://www.unicode.org/versions/Unicode15.1.0/ ) .
1010
1111## 0.3.0 (July 2024)
1212
1313- Changed the type of ` confusablePrototype ` and ` intentionalConfusables ` from
1414 ` Char -> Maybe String ` to ` Char -> String ` .
15- - Add ` unicodeVersion ` to ` Unicode.Char.Identifiers.Security ` .
16- - Fix the inlining of ` Addr# ` literals and reduce their size. This results in
15+ - Added ` unicodeVersion ` to ` Unicode.Char.Identifiers.Security ` .
16+ - Fixed the inlining of ` Addr# ` literals and reduce their size. This results in
1717 a sensible decrease of the executable size.
1818
1919## 0.2.0 (September 2022)
2020
21- - Update to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
21+ - Updated to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
2222
2323## 0.1.0 (September 2022)
2424
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : unicode-data-security
3- version : 0.4 .0
3+ version : 0.5 .0
44synopsis : Unicode security mechanisms database
55description :
66 @unicode-data-security@ provides Haskell APIs to access the
@@ -85,7 +85,7 @@ library
8585 hs-source-dirs : lib
8686 build-depends :
8787 base >= 4.7 && < 4.23
88- , unicode-data >= 0.6 && < 0.7
88+ , unicode-data >= 0.7 && < 0.8
8989 -- Support for raw string literals unpacking is included in base ≥ 4.15
9090 if impl(ghc < 9.0.0 )
9191 build-depends :
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.7.0 (TBD )
3+ ## 0.7.0 (August 2025 )
44
55- Updated to [ Unicode 16.0.0] ( https://www.unicode.org/versions/Unicode16.0.0/ ) .
66
2626
2727## 0.5.0 (July 2024)
2828
29- - Fix the inlining of ` Addr# ` literals and reduce their size. This results in
29+ - Fixed the inlining of ` Addr# ` literals and reduce their size. This results in
3030 a sensible decrease of the executable size.
3131- Changed ` integerValue ` from ` Char -> Maybe Int ` to ` (Integral a) => Char -> Maybe a ` .
3232
3333## 0.4.0.1 (December 2022)
3434
35- - Fix [ Unicode blocks handling on big-endian architectures] ( https://github.com/composewell/unicode-data/issues/97 ) .
35+ - Fixed [ Unicode blocks handling on big-endian architectures] ( https://github.com/composewell/unicode-data/issues/97 ) .
3636
3737## 0.4.0 (September 2022)
3838
39- - Update to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
39+ - Updated to [ Unicode 15.0.0] ( https://www.unicode.org/versions/Unicode15.0.0/ ) .
4040
4141## 0.3.1 (September 2022)
4242
You can’t perform that action at this time.
0 commit comments