packages feed

text-encode-0.1.0.0: README.md

# text-encode

Classes and newtypes for deriving uniform textual encodings.

This repository hosts seven packages.
The core package is `text-encode`.
Subsidiary packages are provided in order to avoid unnecessary dependencies in downstream packages.
The subsidiary packages re-export the modules from the core package, so there is no need to import the core package if you are importing one or more of the subsidiary packages.

- `text-encode-aeson`
- `text-encode-cassava`
- `text-encode-http-api-data`
- `text-encode-persistent`
- `text-encode-postgresql-simple`
- `text-encode-sqlite-simple`

See the module documentation in `Text.Encode` for usage.