BSD-3-Clause licensed by Chris Done, Shachaf Ben-Kiki, Martijn van Steenbergen, Mike Meyer, Bryan O'Sullivan
This version can be pinned in stack with:formatting-6.3.6@sha256:0752c69f71488475a3e4e4754bdb7ff0691793a5b59d2730e4309f26a23c876f,1767
Module documentation for 6.3.6
Depends on 12 packages
(full list with versions):
array,
base,
bytestring,
clock,
ghc-prim,
integer-gmp,
old-locale,
scientific,
semigroups,
text,
time,
transformers Used by 11 packages in
lts-12.26(full list with versions):
async-refresh,
async-refresh-tokens,
chart-unit,
elm-export,
flat-mcmc,
git-vogue,
hapistrano,
language-puppet,
mbug,
morte,
odbc Combinator-based type-safe formatting (like printf() or FORMAT), modelled from the HoleyMonoids package.
6.3.6
- Bring back
int :: Integral a => Format r (a -> r)
6.3.5
- Avoid pointless conversions on Float/Double.
6.3.3
- The
Data.Text.Format
hierarchy was reexported as
Formatting.Internal.Raw
.
6.3.1
- Proper GHC 7.10 -> GHC 8.4 support
6.3.0
- Folded the
text-format
package into this package, removed the
double-conversion
dependency. Lost the following functions in
this:
- Added a test suite with regression tests:
6.2.5
- Changed microseconds to display as “us” to avoid unicode issues.
6.2.1
6.2.0
- Dropped Holey/HoleyT in favour of simpler Format type.
- Added Monoid instance.
- Added back Category instance.
- Dropped Functor instance.
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.