Deprecated

text-all

Everything Data.Text related in one package

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

Version on this page:0.4.1.1
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.4.1.1@sha256:12aa75c2ea6798a62b4e43a98561e5a730d3548bb7c285fee6e2693de1f9ab4c,1243

Module documentation for 0.4.1.1

Everything Data.Text-related in one package.

Note: this package follows PVP.

Changes

0.4.1.1

  • Dropped compatibility with GHC 7.4.2 and added a lower bound for bytestring.

0.4.1.0

  • Now toString and other functions work with ByteString as well. Lenient UTF-8 decoding is used.

  • Added toByteString and toLByteString.

0.4.0.0

  • Dropped text-show entirely; now show works via Prelude.show, which is slower but avoids a heavy dependency. It is recommended to use text-format, formatting or fmt if fast formatting is needed.

  • Added show and format to Data.Text.Lazy.All.

0.3.1.0

  • Bumped the text-show upper bound. (text-show added some instances.)

0.3.0.2

  • Bumped the text-show upper bound.

0.3.0.1

  • Bumped the text-show upper bound.

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.