@hackage / text-encode

Classes and newtypes for deriving uniform textual encodings.

Latest0.2.0.0

About

Metadata

  • Last updated , by danielbrice
  • License BSD-3-Clause
  • Maintained by: danielbrice@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.10.2
  2. 9.8.4
  3. 9.6.7
  4. 9.4.8
  5. 9.2.8

Readme

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.