name: text
version: 1.2.2.0
id: text-1.2.2.0-8ecf3b6a740b91c72dcfff149d609052

license: BSD3
copyright: 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/text
package-url:
synopsis: An efficient packed Unicode text type.
description:  
             .
             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.
             .
             Efficient locale-sensitive support for text IO is also supported.
             .
             These modules are intended to be imported qualified, to avoid name
             clashes with Prelude functions, e.g.
             .
             > import qualified Data.Text as T
             .
             To use an extended and very rich family of functions for working
             with Unicode text (including normalization, regular expressions,
             non-standard encodings, text breaking, and locales), see
             the @text-icu@ package:
             <http://hackage.haskell.org/package/text-icu>
category: Data, Text
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules: Data.Text Data.Text.Array Data.Text.Encoding
                 Data.Text.Encoding.Error Data.Text.Foreign Data.Text.IO
                 Data.Text.Internal Data.Text.Internal.Builder
                 Data.Text.Internal.Builder.Functions
                 Data.Text.Internal.Builder.Int.Digits
                 Data.Text.Internal.Builder.RealFloat.Functions
                 Data.Text.Internal.Encoding.Fusion
                 Data.Text.Internal.Encoding.Fusion.Common
                 Data.Text.Internal.Encoding.Utf16 Data.Text.Internal.Encoding.Utf32
                 Data.Text.Internal.Encoding.Utf8 Data.Text.Internal.Functions
                 Data.Text.Internal.Fusion Data.Text.Internal.Fusion.CaseMapping
                 Data.Text.Internal.Fusion.Common Data.Text.Internal.Fusion.Size
                 Data.Text.Internal.Fusion.Types Data.Text.Internal.IO
                 Data.Text.Internal.Lazy Data.Text.Internal.Lazy.Encoding.Fusion
                 Data.Text.Internal.Lazy.Fusion Data.Text.Internal.Lazy.Search
                 Data.Text.Internal.Private Data.Text.Internal.Read
                 Data.Text.Internal.Search Data.Text.Internal.Unsafe
                 Data.Text.Internal.Unsafe.Char Data.Text.Internal.Unsafe.Shift
                 Data.Text.Lazy Data.Text.Lazy.Builder Data.Text.Lazy.Builder.Int
                 Data.Text.Lazy.Builder.RealFloat Data.Text.Lazy.Encoding
                 Data.Text.Lazy.IO Data.Text.Lazy.Internal Data.Text.Lazy.Read
                 Data.Text.Read Data.Text.Unsafe
hidden-modules: Data.Text.Show
trusted: False
import-dirs: /usr/pkg/lib/text-1.2.2.0/ghc-7.6.3
library-dirs: /usr/pkg/lib/text-1.2.2.0/ghc-7.6.3
hs-libraries: HStext-1.2.2.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-72d6677eb4ac5df4372f1408c9a3c60d
         binary-0.5.1.1-36aac95cc49c07d15428bf87dde9af8d
         bytestring-0.10.0.2-5e6a12615720fdeb94cf59946a02d13f
         deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
         ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd
         integer-gmp-0.5.0.0-2f15426f5b53fe4c6490832f9b20d8d7
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/pkg/share/doc/text-1.2.2.0/html/text.haddock
haddock-html: /usr/pkg/share/doc/text-1.2.2.0/html
