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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 1.0.0.0, 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:06:42Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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:

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.