Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release #113

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions experimental/unicode-data-text/unicode-data-text.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
build-depends:
base >= 4.7 && < 4.19,
text >= 1.2.4 && < 2.1,
unicode-data >= 0.3 && < 0.5
unicode-data >= 0.5 && < 0.6

test-suite test
import: default-extensions, compile-options
Expand Down Expand Up @@ -96,7 +96,7 @@ benchmark bench
tasty-bench >= 0.2.5 && < 0.4,
tasty >= 1.4.1 && < 1.5,
text >= 1.2.4 && < 2.1,
unicode-data >= 0.3 && < 0.5,
unicode-data >= 0.5 && < 0.6,
unicode-data-text
-- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
ghc-options: -O2 -fdicts-strict -rtsopts -with-rtsopts=-A32m
Expand Down
2 changes: 1 addition & 1 deletion ucd2haskell/ucd2haskell.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: ucd2haskell
version: 0.4.0
version: 0.5.0
synopsis: Generate the code of the unicode-data* packages
description:
Internal package for the generation of @unicode-data*@ packages.
Expand Down
5 changes: 5 additions & 0 deletions unicode-data-names/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.0 (June 2023)

- Fix the inlining of `Addr#` literals and reduce their size. This results in
a sensible decrease of the executable size.

## 0.2.0 (September 2022)

- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
Expand Down
4 changes: 2 additions & 2 deletions unicode-data-names/unicode-data-names.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: unicode-data-names
version: 0.2.0
version: 0.3.0
synopsis: Unicode characters names and aliases
description:
@unicode-data-names@ provides Haskell APIs to access the Unicode
Expand Down Expand Up @@ -97,7 +97,7 @@ test-suite test
build-depends:
base >= 4.7 && < 4.19
, hspec >= 2.0 && < 2.11
, unicode-data >= 0.4 && < 0.5
, unicode-data >= 0.5 && < 0.6
, unicode-data-names

executable export-all-chars
Expand Down
5 changes: 5 additions & 0 deletions unicode-data-scripts/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.0 (June 2023)

- Fix the inlining of `Addr#` literals and reduce their size. This results in
a sensible decrease of the executable size.

## 0.2.0.1 (December 2022)

- Fix [Unicode scripts handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
Expand Down
4 changes: 2 additions & 2 deletions unicode-data-scripts/unicode-data-scripts.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: unicode-data-scripts
version: 0.2.0.1
version: 0.3.0
synopsis: Unicode characters scripts
description:
@unicode-data-scripts@ provides Haskell APIs to access the Unicode
Expand Down Expand Up @@ -77,7 +77,7 @@ library
hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.19
, unicode-data >= 0.4 && < 0.5
, unicode-data >= 0.5 && < 0.6

test-suite test
import: default-extensions, compile-options
Expand Down
5 changes: 5 additions & 0 deletions unicode-data-security/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.0 (June 2023)

- Fix the inlining of `Addr#` literals and reduce their size. This results in
a sensible decrease of the executable size.

## 0.2.0 (September 2022)

- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
Expand Down
4 changes: 2 additions & 2 deletions unicode-data-security/unicode-data-security.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: unicode-data-security
version: 0.2.0
version: 0.3.0
synopsis: Unicode security mechanisms database
description:
@unicode-data-security@ provides Haskell APIs to access the
Expand Down Expand Up @@ -79,7 +79,7 @@ library
hs-source-dirs: lib
build-depends:
base >= 4.7 && < 4.19
, unicode-data >= 0.4 && < 0.5
, unicode-data >= 0.5 && < 0.6

test-suite test
import: default-extensions, compile-options
Expand Down
5 changes: 5 additions & 0 deletions unicode-data/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.0 (June 2023)

- Fix the inlining of `Addr#` literals and reduce their size. This results in
a sensible decrease of the executable size.

## 0.4.0.1 (December 2022)

- Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
Expand Down
2 changes: 1 addition & 1 deletion unicode-data/unicode-data.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: unicode-data
version: 0.4.0.1
version: 0.5.0
synopsis: Access Unicode Character Database (UCD)
description:
@unicode-data@ provides Haskell APIs to efficiently access the
Expand Down