@hackage to-string-instances0.2
Instances for the ToString class.
Categories
License
BSD-3-Clause
Maintainer
Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Deprecated
Dependencies (4)
- bytestring >=0.9 && <0.10
- pretty >=1.0 && <1.1
- text >=0.4 && <0.5
- to-string-class >=0.1.2 && <0.1.3 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
bytestring
(on by default)
Add ByteString support.
doc
(on by default)
Add Doc support.
text
(on by default)
Add Text support.
This library provides the following instances for the ToString class:
ByteString
Doc
Text
Note that the instances can be enabled or disabled based on cabal flags.
The idea is that eventually all packages providing string-like types will provide instances for ToString themselves. In the mean time this package is here to provide them.