Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-unicode-data-doc-0.6.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: ghc-unicode-data-doc Distribution: openSUSE:Factory:zSystems
Version: 0.6.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Oct 26 20:30:11 2024
Group: Unspecified Build host: reproducible
Size: 10224008 Source RPM: ghc-unicode-data-0.6.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/unicode-data
Summary: Haskell unicode-data library documentation
This package provides the Haskell unicode-data library documentation.

Provides

Requires

License

Apache-2.0

Changelog

* Sat Oct 26 2024 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.6.0 revision 2.
    [#]# 0.6.0 (July 2024)
    - Updated to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
    - Added `showCodePoint` to `Unicode.Char`.
    - Added `intToDigiT` to `Unicode.Char.Numeric`.
    [#]## Removed
    - Removed deprecated `isLetter` and `isSpace` from `Unicode.Char.General`.
      Use the corresponding functions from `Unicode.Char.General.Compat` instead.
    - Remove deprecated `isLower` and `isUpper` from `Unicode.Char.Case`.
      Use the corresponding functions from `Unicode.Char.Case.Compat` instead.
    - Removed deprecated `Unicode.Char.Numeric.isNumber`.
      Use `Unicode.Char.Numeric.Compat.isNumber` instead.
    [#]## Deprecations
    - `Unicode.Char.General.isAlphaNum`.
      Use `Unicode.Char.General.Compat.isAlphaNum` instead.
    [#]# 0.5.0 (July 2024)
    - Fix the inlining of `Addr#` literals and reduce their size. This results in
      a sensible decrease of the executable size.
    - Changed `integerValue` from `Char -> Maybe Int` to `(Integral a) => Char -> Maybe a`.
* Sun Jun 23 2024 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.4.0.1 revision 3.
    Upstream has revised the Cabal build instructions on Hackage.
* Wed Nov 29 2023 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.4.0.1 revision 2.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Tue Jan 17 2023 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.4.0.1 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Sat Dec 17 2022 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.4.0.1.
    [#]# 0.4.0.1 (December 2022)
    - Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
* Thu Oct 13 2022 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.4.0.
    [#]# 0.4.0 (September 2022)
    - Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
* Wed Sep 28 2022 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.3.1.
    [#]# 0.3.1 (September 2022)
    - Added full case conversions to `Unicode.Char.Case`:
    - Case folding: `caseFoldMapping` and `toCaseFoldString`.
    - Lower case: `lowerCaseMapping` and `toLowerString`.
    - Upper case: `upperCaseMapping` and `toUpperString`.
    - Title case: `titleCaseMapping` and `toTitleString`.
    - Stream mechanism: `Unfold` and `Step`.
    - Added `isNumeric`, `numericValue` and `integerValue`
      to `Unicode.Char.Numeric`.
    - Added the module `Unicode.Char.General.Blocks`.
    - Add compatibility module:
    - `Unicode.Char.Numeric.Compat`
    [#]## Deprecations
    - `Unicode.Char.Numeric.isNumber`: it will be replaced by `isNumeric`
      in a _future_ version of this package.
      Use the function in `Unicode.Char.Numeric.Compat` instead.
* Mon Sep 12 2022 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.3.0 revision 2.
    Upstream has revised the Cabal build instructions on Hackage.
* Sun Jan 09 2022 Peter Simons <psimons@suse.com>
  - Update unicode-data to version 0.3.0 revision 1.
    [#]# 0.3.0 (December 2021)
    - Support for big-endian architectures.
    - Added `unicodeVersion`.
    - Added `GeneralCategory` data type and corresponding `generalCategoryAbbr`,
      `generalCategory` functions.
    - Added the following functions to `Unicode.Char.General`:
      `isAlphabetic`, `isAlphaNum`,
      `isControl`, `isMark`, `isPrint`, `isPunctuation`, `isSeparator`,
      `isSymbol` and `isWhiteSpace`.
    - Added the module `Unicode.Char.Numeric`.
    - Add compatibility modules:
    - `Unicode.Char.General.Compat`
    - `Unicode.Char.Case.Compat`
      These modules are compatible with `base:Data.Char`.
    - Re-export some functions from `Data.Char` in order to make `Unicode.Char`
      a drop-in replacement in a _future_ version of this package.
    - Drop support for GHC 7.10.3
    [#]## Deprecations
    - In `Unicode.Char.Case`:
    - `isUpper`: use `isUpperCase` instead.
    - `isLower`: use `isLowerCase` instead.
    - In `Unicode.Char.General`:
    - `isLetter`: use `isAlphabetic` instead.
    - `isSpace`: use `isWhiteSpace` instead.
    - In `Unicode.Char`: same as hereinabove. These functions will be replaced in a
      _future_ release with the functions with the same names from
      `Unicode.Char.Case.Compat` and `Unicode.Char.General.Compat`.
* Sat Nov 20 2021 psimons@suse.com
  - Update unicode-data to version 0.2.0.
    [#]# 0.2.0 (November 2021)
    * Update to [Unicode 14.0.0](https://www.unicode.org/versions/Unicode14.0.0/).
    * Add `Unicode.Char.Identifiers` supporting Unicode Identifier and Pattern
      Syntax.
* Fri Jul 23 2021 psimons@suse.com
  - Add unicode-data at version 0.1.0.1.

Files

/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Changelog.md
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/NOTICE
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/README.md
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Case-Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Case.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-General-Blocks.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-General-Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-General.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Identifiers.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Normalization.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Numeric-Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char-Numeric.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Char.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Internal-Bits.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Internal-Division.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/Unicode-Internal-Unfold.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-A.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-All.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-B.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-C.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-D.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-E.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-F.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-G.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-H.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-I.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-J.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-K.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-L.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-M.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-N.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-O.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-P.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-Q.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-R.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-S.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-T.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-U.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-V.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-W.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-Y.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index-Z.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/doc-index.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/haddock-bundle.min.js
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/index.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/linuwial.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/meta.json
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/quick-jump.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Case.Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Case.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.General.Blocks.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.General.Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.General.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Identifiers.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Normalization.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Numeric.Compat.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.Numeric.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Char.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Bits.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.Blocks.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.CaseFolding.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.DerivedCoreProperties.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.DerivedNumericValues.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.PropList.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.SpecialCasing.LowerCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.SpecialCasing.TitleCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.SpecialCasing.UpperCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.CombiningClass.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.Compositions.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.Decomposable.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.DecomposableK.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.Decompositions.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.DecompositionsK.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.DecompositionsK2.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.GeneralCategory.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.SimpleLowerCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.SimpleTitleCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.UnicodeData.SimpleUpperCaseMapping.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Char.Version.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Division.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/Unicode.Internal.Unfold.html
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/highlight.js
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/src/style.css
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/synopsis.png
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/unicode-data.haddock
/usr/share/doc/packages/ghc-9.10.1/html/libraries/unicode-data-0.6.0/unicode-data.txt
/usr/share/licenses/ghc-unicode-data-doc
/usr/share/licenses/ghc-unicode-data-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Jan 8 00:14:20 2025