haskell-unicode-transforms 0.3.3-1 source package in Ubuntu

Changelog

haskell-unicode-transforms (0.3.3-1) unstable; urgency=low

  * Initial release (Closes: #879847)

 -- Ilias Tsitsimpis <email address hidden>  Mon, 27 Nov 2017 14:59:16 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-unicode-transforms_0.3.3-1.dsc 2.8 KiB d99abaf1791f3e8470b49b60d6be79a17b14031f7eb9bef67be155390d659761
haskell-unicode-transforms_0.3.3.orig.tar.gz 701.9 KiB 59748accedb5d8eacf787781c681371ae5fae0955acc38783aa2a7af6133ea11
haskell-unicode-transforms_0.3.3-1.debian.tar.xz 3.4 KiB 29eb31b957f18ef79092d5774ec6dcd73224fa91010c130ac187e486a474542b

No changes file available.

Binary packages built by this source

libghc-unicode-transforms-dev: Fast Unicode 9.0 normalization in Haskell

 Unicode characters with adornments (e.g. Á) can be represented in two
 different forms, as a single composed character (U+00C1 = Á) or as
 multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
 differently encoded byte sequences but for humans they have exactly
 the same visual appearance.
 .
 A regular byte comparison may tell that two strings are different even
 though they might be equivalent. Both strings need to be converted in
 a normalized form using the Unicode Character Database before they can
 be compared for equivalence.
 .
 This library implements fast Unicode 9.0 normalization in Haskell (NFC,
 NFKC, NFD, NFKD).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-unicode-transforms-doc: Fast Unicode 9.0 normalization in Haskell; documentation

 Unicode characters with adornments (e.g. Á) can be represented in two
 different forms, as a single composed character (U+00C1 = Á) or as
 multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are
 differently encoded byte sequences but for humans they have exactly
 the same visual appearance.
 .
 A regular byte comparison may tell that two strings are different even
 though they might be equivalent. Both strings need to be converted in
 a normalized form using the Unicode Character Database before they can
 be compared for equivalence.
 .
 This library implements fast Unicode 9.0 normalization in Haskell (NFC,
 NFKC, NFD, NFKD).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-unicode-transforms-prof: No summary available for libghc-unicode-transforms-prof in ubuntu cosmic.

No description available for libghc-unicode-transforms-prof in ubuntu cosmic.