Name: fraction Version: 0.1.0.0 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3 License-File: LICENSE Copyright: © 2009, 2011 Wolfgang Jeltsch Author: Wolfgang Jeltsch Maintainer: wolfgang@cs.ioc.ee Stability: provisional Homepage: http://darcs.wolfgang.jeltsch.info/haskell/fraction Package-URL: http://hackage.haskell.org/packages/archive/fraction/0.1.0.0/fraction-0.1.0.0.tar.gz Synopsis: Fractions Description: This package provides a data type whose values represent fractions. . A fraction can be seen as a real number from the closed interval [0,1]. It can also be seen as a percentage. Category: Data Tested-With: GHC == 7.0.4 Source-Repository head type: darcs location: http://darcs.wolfgang.jeltsch.info/haskell/fraction/main Source-Repository this type: darcs location: http://darcs.wolfgang.jeltsch.info/haskell/fraction/main tag: fraction-0.1.0.0 Library Build-Depends: semigroups >= 0.8 && < 0.9, base >= 3.0 && < 4.4 Exposed-Modules: Data.Fraction HS-Source-Dirs: src