packages feed

Decimal-0.2.0: Decimal.cabal

Name:               Decimal
Version:            0.2.0
License:            BSD3
License-file:       LICENSE.txt
Copyright:          Paul Johnson, 2011
Author:             Paul Johnson
Maintainer:         paul@cogito.org.uk
Stability:          beta
Category:           Math
Build-Depends:	    base==4, QuickCheck>2.4, 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
ghc-options:        -Wall
hs-source-dirs:     src,tests