About

Metadata

  • Last updated , by ryanglscott
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Edward A. Kmett <ekmett@gmail.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.4.1
  2. 8.2.2
  3. 8.0.2
  4. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    hashable (on by default)

    You can disable the use of the hashable package using `-f-hashable`.

    Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

    If disabled we will not supply an instance of Hashable.

    binary (on by default)

    You can disable the use of the binary package using `-f-binary`.

    Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

    If disabled we will not supply an instance of Binary.

    template-haskell (on by default)

    You can disable the use of the `template-haskell` package using `-f-template-haskell`.

    Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

    If disabled we will not supply an instance of Lift.

Readme

nats

Hackage Build Status

Haskell 98 natural numbers

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett