@hackage fmt-for-rio1.0.0.0

Adaptor for getting fmt to work with rio

fmt-for-rio

To use this package (with rio):

import Fmt

This package is just a repackaging of enum-text-rio for repackaging fmt to work with the rio prelude, relocating the fmt modules to their standard locations:

  • Text.Enum.RIO.FmtFmt
  • Text.Enum.RIO.Fmt.TimeFmt.Time
  • Text.Enum.RIO.Fmt.InternalFmt.Internal

Note that this package cannot be combined with the fmt package because of the module clash. If you need access to the original fmt you will have to use enum-text-rio instead.

Please see the documentation for fmt and enum-text-rio for details.