fmt-for-rio: Adaptor for getting fmt to work with rio

[ bsd3, control, library, text ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/cdornan/fmt-for-rio#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <10), enum-text-rio (>=1.2.0.0) [details]
License BSD-3-Clause
Copyright 2019 Chris Dornan
Author Chris Dornan
Maintainer chris@chrisdornan.com
Category Control, Text
Home page https://github.com/cdornan/fmt-for-rio#readme
Bug tracker https://github.com/cdornan/fmt-for-rio/issues
Source repo head: git clone https://github.com/cdornan/fmt-for-rio
Uploaded by ChrisDornan at 2019-07-23T08:07:39Z
Distributions
Downloads 558 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-07-23 [all 1 reports]

Readme for fmt-for-rio-1.0.0.0

[back to package description]

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.