Name: Decimal Version: 0.1.0 x-revision: 1 License: BSD3 License-file: LICENSE.txt Copyright: Paul Johnson, 2008 Author: Paul Johnson Maintainer: paul@cogito.org.uk Stability: beta Category: Math Build-Depends: base < 4.5, QuickCheck < 2.1, HUnit Build-type: Simple Synopsis: Decimal numbers with variable precision Description: A decimal number has an integer mantissa and a negative exponent. The exponent can be interpreted as the number of decimal places in the value. Exposed-modules: Data.Decimal Extra-source-files: tests/Makefile, tests/Main.hs, README.txt, INSTALL.txt ghc-options: -Wall hs-source-dirs: src