Package: libghc-unicode-transforms-dev
Source: haskell-unicode-transforms
Version: 0.4.0.1-1build1
Architecture: ppc64el
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Installed-Size: 8017
Depends: libghc-base-dev-4.15.1.0-a09f1, libghc-bytestring-dev-0.10.12.1-bc4ff, libghc-ghc-prim-dev-0.7.0-65cf5, libghc-text-dev-1.2.5.0-58955, libghc-unicode-data-dev-0.3.1-8c1d6, libc6 (>= 2.17), libgmp10 (>= 2:6.2.1+dfsg1)
Provides: libghc-unicode-transforms-dev-0.4.0.1-9ecc9
Section: haskell
Priority: optional
Homepage: https://github.com/composewell/unicode-transforms
Description: 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( ́ ) = Á). 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.
Ghc-Package: unicode-transforms-0.4.0.1-JNORMp39L2hIkrOl671Y0g
