MIT licensed and maintained by Hécate Moonlight
This version can be pinned in stack with:text-display-1.0.0.0@sha256:17d5a404f51ce40ba22327bdc6688fd239f66d0aa056b8d5cb83974d1dc706e5,2772
Module documentation for 1.0.0.0
A Typeclass for user-facing output
The text-display
library offers the Display
typeclass for developers to print a textual representation of datatypes that does not
have to abide by the rules of the Show typeclass .
Documentation
CHANGELOG
[v1.0.0.0] - 05/01/2024
Remove support for GHC 8.10 to 9.0 inclusive
text-display
is now backed by text-builder-linear
Manual instances will need some adjustments
As a result of the builder’s strictness properties, lazy evaluation of lists is dropped
Derived instances should not require adjustments
[v0.0.5.2] - 07/04/2024
Allow GHC 9.6.4 and 9.8.2
[v0.0.5.1] - 04/11/2023
Allow bytestring 0.12 (for GHC 9.8) #58
[v0.0.5.0] - 16/05/2023
[v0.0.4.0] - 21/03/2023
This is an experimental release.
Support for text-2.0
Support for GHC 9.4
This is an experimental release.
This is an experimental release.
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete