Deprecated

text-all

Everything Data.Text related in one package

http://github.com/aelve/text-all

Version on this page:0.3.0.0
LTS Haskell 10.10:0.4.1.1
Stackage Nightly 2018-01-25:0.4.1.1
Latest on Hackage:0.4.2

See all snapshots text-all appears in

BSD-3-Clause licensed by Artyom
Maintained by [email protected]
This version can be pinned in stack with:text-all-0.3.0.0@sha256:1f71c4fb920698b7f544c9a8440ea5eb9e8154669d85780b38f6187aa83e652a,1225

Module documentation for 0.3.0.0

Everything Data.Text-related in one package.

Note: this package does follow PVP.

Changes

0.3.0.0

  • Replaced functions like strictToBuilder with conversion typeclasses (i.e. now it’s just toStrict, toLazy, toBuilder, and toString).

0.2.0.0

  • Renamed lots of functions, moved some into other modules.

  • Added Builder-related functions.

  • Reexported Buildable.

  • Added the LText type synonym.

  • Made the upper bounds strict.

0.1.0.0

First release.