Description
Adaptor for getting fmt to work with rio.
Description
Please see the README on GitHub at https://github.com/cdornan/fmt-for-rio#readme
README.md
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.Fmt
→Fmt
Text.Enum.RIO.Fmt.Time
→Fmt.Time
Text.Enum.RIO.Fmt.Internal
→Fmt.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.