formatting

Combinator-based type-safe formatting (like printf() or FORMAT)

Version on this page:6.1.1@rev:1
LTS Haskell 22.17:7.2.0
Stackage Nightly 2024-04-18:7.2.0
Latest on Hackage:7.2.0

See all snapshots formatting appears in

BSD-3-Clause licensed by Chris Done, Shachaf Ben-Kiki, Martijn van Steenbergen, Mike Meyer
Maintained by [email protected]
This version can be pinned in stack with:formatting-6.1.1@sha256:2c7a07af0f4ba9446c4c4ec3e19e8ec37b93a9615725cddebf249e6a4364ce86,1401

Combinator-based type-safe formatting (like printf() or FORMAT), modelled from the HoleyMonoids package.

Changes

6.1.1

  • Add support for GHC 7.10 (time update).

6.1.0

  • Add formatter for TimeSpec.

6.0.0

  • Changed the type of Format. Now you write Format r (a -> r) instead of Format a.
  • Add formatToString function.