Deprecated

In favour of

numerals-base

Convert numbers to number words

https://github.com/roelvandijk/numerals-base

Latest on Hackage:0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Roel van Dijk, Bas van Dijk
Maintained by Roel van Dijk

This package contains machinery to construct functions that convert numbers to number words. It allows you to write a function which converts a number like 142 to the string "one hundred and forty-two".

The documentation for the Text.Numeral module contains an high level overview of the package.

If you just want to convert numbers to number words in a specific language you should probably use the numerals package. That package also contains numerous examples on how to use the functions in this package.