Source: haskell-text Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc6 (>= 6.8), ghc6-prof, libghc6-deepseq-prof (>= 1.1.0.0) Build-Depends-Indep: ghc6-doc, haddock, libghc6-deepseq-doc (>= 1.1.0.0) Standards-Version: 3.8.1 Homepage: http://bitbucket.org/bos/text Package: libghc6-text-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: An efficient packed Unicode text type. . An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. . The 'Text' type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. . The 'Text' type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from 'ByteStrings', using several standard encodings (see the 'text-icu' package for a much larger variety of encoding functions). . Efficient locale-sensitive support for text IO is also supported. . This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. . > import qualified Data.Text as T . . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan Tom Harper Duncan Coutts . This package contains the normal library files. Package: libghc6-text-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-text-dev Description: An efficient packed Unicode text type. . An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. . The 'Text' type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. . The 'Text' type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from 'ByteStrings', using several standard encodings (see the 'text-icu' package for a much larger variety of encoding functions). . Efficient locale-sensitive support for text IO is also supported. . This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. . > import qualified Data.Text as T . . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan Tom Harper Duncan Coutts . This package contains the libraries compiled with profiling enabled. Package: libghc6-text-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc6-doc Replaces: haskell-text-doc (< 0.10) Conflicts: haskell-text-doc (< 0.10) Description: An efficient packed Unicode text type. . An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. . The 'Text' type represents Unicode character strings, in a time and space-efficient manner. This package provides text processing capabilities that are optimized for performance critical use, both in terms of large data quantities and high speed. . The 'Text' type provides character-encoding, type-safe case conversion via whole-string case conversion functions. It also provides a range of functions for converting Text values to and from 'ByteStrings', using several standard encodings (see the 'text-icu' package for a much larger variety of encoding functions). . Efficient locale-sensitive support for text IO is also supported. . This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g. . > import qualified Data.Text as T . . Author: Bryan O'Sullivan Upstream-Maintainer: Bryan O'Sullivan Tom Harper Duncan Coutts . This package contains the documentation files.