@hackage text1.2.5.0
An efficient packed Unicode text type.
Categories
License
BSD-2-Clause
Maintainer
Haskell Text Team <andrew.lelechenko@gmail.com>, Core Libraries Committee
Links
Versions
Installation
Tested Compilers
Dependencies (7)
Dependents (7413)
@hackage/rest-wai, @hackage/arbor-datadog, @hackage/wild-bind-indicator, @hackage/timeseries, @hackage/pms-domain-service, @hackage/pgmq-hasql, Show all…
Package Flags
developer
(off by default)
operate in developer mode
text: Fast, packed Unicode strings, using stream fusion 
This package provides the Data.Text library, a library for the space- and time-efficient manipulation of Unicode text in Haskell.
Get involved!
Please report bugs via the github issue tracker.
The main repo:
git clone git://github.com/haskell/text.git
To run benchmarks please clone and unpack test files:
git clone https://github.com/bos/text-test-data benchmarks/text-test-data
cd benchmarks/text-test-data
make
Authors
The base code for this library was originally written by Tom Harper, based on the stream fusion framework developed by Roman Leshchinskiy, Duncan Coutts, and Don Stewart.
The core library was fleshed out, debugged, and tested by Bryan O'Sullivan bos@serpentine.com, and he is the current maintainer.