Name: non-negative Version: 0.0.5 License: GPL License-File: LICENSE Author: Henning Thielemann Maintainer: Henning Thielemann Homepage: http://darcs.haskell.org/non-negative/ Category: Math Synopsis: Non-negative numbers Description: Provides a class for non-negative numbers, a wrapper which can turn any ordered numeric type into a member of that class, and a lazy number type for non-negative numbers (a generalization of Peano numbers). This library is used by the 'event-list' package. Tested-With: GHC==6.4.1, GHC==6.8.2 Cabal-Version: >=1.2 Build-Type: Simple Flag splitBase description: Choose the new smaller, split-up base package. Flag buildTests description: Build test executables default: False Library Build-Depends: QuickCheck >= 1.0 && <2 If flag(splitBase) Build-Depends: base >= 2 && < 5 Else Build-Depends: base >= 1.0 && < 2 GHC-Options: -Wall Hs-Source-Dirs: src Exposed-Modules: Numeric.NonNegative.Class Numeric.NonNegative.Wrapper Numeric.NonNegative.Chunky Numeric.NonNegative.ChunkyPrivate Other-Modules: Numeric.NonNegative.Utility Executable test If !flag(buildTests) Buildable: False Hs-source-dirs: src, . GHC-Options: -Wall Main-Is: Test/Main.hs Other-Modules: Test.Utility Test.Numeric.NonNegative.Chunky