About

Metadata

  • Last updated , by DavidFox
  • License BSD-3-Clause
  • Maintained by: David Fox <dsf@seereason.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.8.4
  3. 8.6.5
  4. 8.4.4
  5. 8.2.2
  6. 8.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    network-uri (on by default)

    Get Network.URI from the network-uri package rather than the full network package.

    omit-serialize (off by default)

    Omit all the Serialize instances, on the assumption that we will use SafeCopy instances instead.

    omit-data (off by default)

    Omit all Data instances

Readme

A hodge-podge of functions, modules, and instances. These generally end up here because 1. they are needed in two unrelated packages, 2. they belong in some upstream module, 3. they can't be moved to an upstream module because they would add dependencies, or 4. they are deprecated but still in use