Cabal revisions of Decimal-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: Decimal-Version: 0.1.0-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, QuickCheck, 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+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