text-display: A typeclass for user-facing output

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]

The Display typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.


[Skip to Readme]

Properties

Versions 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.4.0, 0.0.5.0, 0.0.5.1, 0.0.5.2
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5.0), bytestring (>=0.10 && <0.12), directory, literatex, shake, text (>=2.0) [details]
License MIT
Author Hécate Moonlight
Maintainer Hécate Moonlight
Category Text
Home page https://hackage.haskell.org/package/text-display/src/docs/book/Introduction.html
Bug tracker https://github.com/haskell-text/text-display/issues
Source repo head: git clone https://github.com/haskell-text/text-display
Uploaded by hecate at 2023-03-21T17:45:47Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
book

Enable the generation of the book

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for text-display-0.0.4.0

[back to package description]

CI badge made with Haskell Hackage

Buy Me a Coffee at ko-fi.com

A Typeclass for user-facing output

The text-display library offers the Display for developers to print a textual representation of datatypes that does not have to abide by the rules of the Show typeclass.

Documentation