Popularity
0.6
Stable
Activity
0.0
Stable
0
1
0

Monthly Downloads: 10
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text     Control    

fmt-for-rio alternatives and similar packages

Based on the "Control" category.
Alternatively, view fmt-for-rio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fmt-for-rio or a related project?

Add another 'Control' Package

README

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.