-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
unicodeVersion
to all packages APIs.
This will allow to query the Unicode version of each package individually. Bump packages versions and add changelog entries accordingly.
- Loading branch information
Showing
15 changed files
with
111 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
unicode-data-names/lib/Unicode/Internal/Char/Names/Version.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
-- DO NOT EDIT MANUALLY: autogenerated by ucd2haskell | ||
{-# OPTIONS_HADDOCK hide #-} | ||
|
||
-- | | ||
-- Module : Unicode.Internal.Char.Names.Version | ||
-- Copyright : (c) 2024 Composewell Technologies and Contributors | ||
-- License : Apache-2.0 | ||
-- Maintainer : [email protected] | ||
-- Stability : experimental | ||
|
||
module Unicode.Internal.Char.Names.Version (unicodeVersion) where | ||
|
||
import Data.Version (Version, makeVersion) | ||
|
||
-- | Version of the Unicode standard used by this package: | ||
-- [15.0.0](https://www.unicode.org/versions/Unicode15.0.0/). | ||
-- | ||
-- @since 0.3.0 | ||
unicodeVersion :: Version | ||
unicodeVersion = makeVersion [15,0,0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
unicode-data-scripts/lib/Unicode/Internal/Char/Scripts/Version.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
-- DO NOT EDIT MANUALLY: autogenerated by ucd2haskell | ||
{-# OPTIONS_HADDOCK hide #-} | ||
|
||
-- | | ||
-- Module : Unicode.Internal.Char.Scripts.Version | ||
-- Copyright : (c) 2024 Composewell Technologies and Contributors | ||
-- License : Apache-2.0 | ||
-- Maintainer : [email protected] | ||
-- Stability : experimental | ||
|
||
module Unicode.Internal.Char.Scripts.Version (unicodeVersion) where | ||
|
||
import Data.Version (Version, makeVersion) | ||
|
||
-- | Version of the Unicode standard used by this package: | ||
-- [15.0.0](https://www.unicode.org/versions/Unicode15.0.0/). | ||
-- | ||
-- @since 0.2.1 | ||
unicodeVersion :: Version | ||
unicodeVersion = makeVersion [15,0,0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
unicode-data-security/lib/Unicode/Internal/Char/Security/Version.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
-- DO NOT EDIT MANUALLY: autogenerated by ucd2haskell | ||
{-# OPTIONS_HADDOCK hide #-} | ||
|
||
-- | | ||
-- Module : Unicode.Internal.Char.Security.Version | ||
-- Copyright : (c) 2024 Composewell Technologies and Contributors | ||
-- License : Apache-2.0 | ||
-- Maintainer : [email protected] | ||
-- Stability : experimental | ||
|
||
module Unicode.Internal.Char.Security.Version (unicodeVersion) where | ||
|
||
import Data.Version (Version, makeVersion) | ||
|
||
-- | Version of the Unicode standard used by this package: | ||
-- [15.0.0](https://www.unicode.org/versions/Unicode15.0.0/). | ||
-- | ||
-- @since 0.2.1 | ||
unicodeVersion :: Version | ||
unicodeVersion = makeVersion [15,0,0] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters