text-format: Text formatting

[ bsd3, library, text ] [ Propose Tags ]

A text formatting library optimized for both ease of use and high performance.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
developer

operate in developer mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.3.0.5, 0.3.0.6, 0.3.0.7, 0.3.0.8, 0.3.1.0, 0.3.1.1, 0.3.2, 0.3.2.1
Change log CHANGELOG.md
Dependencies array, base (>=4.3 && <4.19), double-conversion (>=0.2.0.0), ghc-prim, integer-gmp (>=0.2), old-locale, semigroups (>=0.18.5 && <0.20), text (>=0.11.0.8), time, transformers [details]
License BSD-3-Clause
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Hackage Trustees
Revised Revision 2 made by AndreasAbel at 2023-03-17T06:43:36Z
Category Text
Home page https://github.com/hackage-trustees/text-format
Bug tracker https://github.com/hackage-trustees/text-format/issues
Source repo head: git clone https://github.com/hackage-trustees/text-format.git
Uploaded by AndreasAbel at 2022-11-21T22:42:32Z
Distributions Arch:0.3.2.1, Debian:0.3.2, LTSHaskell:0.3.2.1, NixOS:0.3.2.1
Reverse Dependencies 52 direct, 1373 indirect [details]
Downloads 31857 total (79 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-11-22 [all 1 reports]

Readme for text-format-0.3.2.1

[back to package description]

Welcome to text-format

text-format is a fast and easy-to-use Haskell library for formatting text strings.

You may report bugs via the github issue tracker.

Authors

This library has been written by Bryan O'Sullivan, bos@serpentine.com.

Related packages