haskell-unicode-transforms 0.3.6-1build1 source package in Ubuntu

Changelog

haskell-unicode-transforms (0.3.6-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:46:28 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-unicode-transforms_0.3.6.orig.tar.gz 705.6 KiB 8326d001c463893a81fcfb431e3cc50c652fab041e9a37e284c445adfd667aaa
haskell-unicode-transforms_0.3.6-1build1.debian.tar.xz 3.7 KiB 9190613d4f81b5ee60d149f41e08ee035abf0529c1d569f3eceb5eed2fa8485f
haskell-unicode-transforms_0.3.6-1build1.dsc 2.8 KiB 08a5254f9e7218968857f98fa6376ad4d9115b1d914af5a3bfd39ba397362a56

View changes file

Binary packages built by this source

libghc-unicode-transforms-dev: No summary available for libghc-unicode-transforms-dev in ubuntu eoan.

No description available for libghc-unicode-transforms-dev in ubuntu eoan.

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: Fast Unicode 9.0 normalization in Haskell; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.