unicode-data-scripts 0.1.0 → 0.2.0
raw patch · 6 files changed
+9/−4 lines, 6 filesdep ~unicode-data
Dependency ranges changed: unicode-data
Files
- Changelog.md +4/−0
- README.md +1/−1
- lib/Unicode/Internal/Char/ScriptExtensions.hs too large to diff
- lib/Unicode/Internal/Char/Scripts.hs too large to diff
- test/Unicode/Char/General/ScriptsSpec.hs +1/−0
- unicode-data-scripts.cabal +3/−3
Changelog.md view
@@ -1,5 +1,9 @@ # Changelog +## 0.2.0 (September 2022)++- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).+ ## 0.1.0 (September 2022) Initial release
README.md view
@@ -7,7 +7,7 @@ The Haskell data structures are generated programmatically from the Unicode character database (UCD) files. The latest Unicode version supported by this library is-[`14.0.0`](https://www.unicode.org/versions/Unicode14.0.0/).+[`15.0.0`](https://www.unicode.org/versions/Unicode15.0.0/). Please see the [Haddock documentation](https://hackage.haskell.org/package/unicode-data-scripts)
lib/Unicode/Internal/Char/ScriptExtensions.hs view
file too large to diff
lib/Unicode/Internal/Char/Scripts.hs view
file too large to diff
test/Unicode/Char/General/ScriptsSpec.hs view
@@ -35,6 +35,7 @@ | 9.0.[1-2] | 4.15.0 | 12.1 | | 9.2.[1-4] | 4.16.0 | 14.0 | | 9.4.[1-2] | 4.17.0 | 14.0 |+| 9.6.1 | 4.18.0 | 15.0 | +-------------+----------------+-----------------+ -}
unicode-data-scripts.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: unicode-data-scripts-version: 0.1.0+version: 0.2.0 synopsis: Unicode characters scripts description: @unicode-data-scripts@ provides Haskell APIs to access the Unicode@@ -9,7 +9,7 @@ . The Haskell data structures are generated programmatically from the UCD files. The latest Unicode version supported by this library is- @<https://www.unicode.org/versions/Unicode14.0.0/ 14.0.0>@.+ @<https://www.unicode.org/versions/Unicode15.0.0/ 15.0.0>@. homepage: http://github.com/composewell/unicode-data bug-reports: https://github.com/composewell/unicode-data/issues license: Apache-2.0@@ -79,7 +79,7 @@ hs-source-dirs: lib build-depends: base >= 4.7 && < 4.18- , unicode-data >= 0.3 && < 0.4+ , unicode-data >= 0.4 && < 0.5 test-suite test import: default-extensions, compile-options