text: An efficient packed Unicode text type.
An efficient packed, immutable Unicode text type (both strict and lazy).
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 (see Data.Text).
It also provides a range of functions for converting Text
values to
and from ByteStrings
, using several standard encodings
(see Data.Text.Encoding).
Efficient locale-sensitive support for text IO is also supported (see Data.Text.IO).
These modules are intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.
import qualified Data.Text as T
ICU Support
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 based on the well-respected and liberally licensed ICU library.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Data
- Data.Text
- Data.Text.Array
- Data.Text.Encoding
- Data.Text.Foreign
- Data.Text.IO
- Data.Text.Internal
- Data.Text.Internal.ArrayUtils
- Data.Text.Internal.Builder
- Data.Text.Internal.ByteStringCompat
- Data.Text.Internal.Encoding
- Data.Text.Internal.Fusion
- Data.Text.Internal.IO
- Data.Text.Internal.Lazy
- Data.Text.Internal.PrimCompat
- Data.Text.Internal.Private
- Data.Text.Internal.Read
- Data.Text.Internal.Search
- Data.Text.Internal.StrictBuilder
- Data.Text.Internal.Unsafe
- Data.Text.Internal.Validate
- Data.Text.Lazy
- Data.Text.Read
- Data.Text.Unsafe
- Data.Text
Flags
Manual Flags
Name | Description | Default |
---|---|---|
developer | operate in developer mode | Disabled |
simdutf | use simdutf library, causes Data.Text.Internal.Validate.Simd to be exposed | Enabled |
pure-haskell | Don't use text's standard C routines NB: This feature is not fully implemented. Several C routines are still in use. When this flag is true, text will use pure Haskell variants of the routines. This is not recommended except for use with GHC's JavaScript backend. This flag also disables simdutf. | Disabled |
extendedbenchmarks | Runs extra benchmarks which can be very slow. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- text-2.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.7.0.1, 0.7.1.0, 0.7.2.1, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.9.0.1, 0.9.1.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.11.0.1, 0.11.0.2, 0.11.0.3, 0.11.0.4, 0.11.0.5, 0.11.0.6, 0.11.0.7, 0.11.0.8, 0.11.1.0, 0.11.1.1, 0.11.1.2, 0.11.1.3, 0.11.1.5, 0.11.1.6, 0.11.1.7, 0.11.1.8, 0.11.1.9, 0.11.1.10, 0.11.1.11, 0.11.1.12, 0.11.1.13, 0.11.2.0, 0.11.2.1, 0.11.2.2, 0.11.2.3, 0.11.3.0, 0.11.3.1, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.1.0.1, 1.1.1.0, 1.1.1.1, 1.1.1.2, 1.1.1.3, 1.1.1.4, 1.2.0.0, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.1.0, 1.2.1.1, 1.2.1.2, 1.2.1.3, 1.2.2.0, 1.2.2.1, 1.2.2.2, 1.2.3.0, 1.2.3.1, 1.2.3.2, 1.2.4.0, 1.2.4.1, 1.2.5.0, 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2 |
---|---|
Change log | changelog.md |
Dependencies | array (>=0.3 && <0.6), base (>=4.11 && <5), binary (>=0.5 && <0.9), bytestring (>=0.10.4 && <0.13), data-array-byte (>=0.1 && <0.2), deepseq (>=1.1 && <1.6), ghc-prim (>=0.2 && <0.12), system-cxx-std-lib (==1.0), template-haskell (>=2.5 && <2.23) [details] |
Tested with | ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.8, ghc ==9.6.4, ghc ==9.8.2, ghc ==9.10.1 |
License | BSD-2-Clause |
Copyright | 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper, 2021 Andrew Lelechenko |
Author | Bryan O'Sullivan <[email protected]> |
Maintainer | Haskell Text Team <[email protected]>, Core Libraries Committee |
Category | Data, Text |
Home page | https://github.com/haskell/text |
Bug tracker | https://github.com/haskell/text/issues |
Source repo | head: git clone https://github.com/haskell/text |
Uploaded | by lyxia at 2024-10-26T13:22:01Z |
Distributions | Arch:1.2.5.0, Fedora:2.0.2, FreeBSD:1.2.1.3 |
Reverse Dependencies | 5576 direct, 9322 indirect [details] |
Downloads | 622136 total (1079 in the last 30 days) |
Rating | 2.75 (votes: 26) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |