text-encode

Classes and newtypes for deriving uniform textual encodings.

https://github.com/friedbrice/text-encode#readme

Stackage Nightly 2025-07-02:0.2.0.0
Latest on Hackage:0.2.0.0

See all snapshots text-encode appears in

BSD-3-Clause licensed by Daniel Brice
Maintained by [email protected]
This version can be pinned in stack with:text-encode-0.2.0.0@sha256:2c0cc39d3ae833e032716cc6e80efa572aeab7cc13a17a403310aba9e8c40b6b,6303

Module documentation for 0.2.0.0

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.

Contribute

We use Fourmolu and Hlint, each with their default configuration.