fraction-0.1.0.2: fraction.cabal
Name: fraction
Version: 0.1.0.2
Cabal-Version: >= 1.6
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: © 2009, 2011, 2013 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.2/fraction-0.1.0.2.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.6.3
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.2
Library
Build-Depends: base >= 3.0 && < 5,
semigroups >= 0.8 && < 0.10
Exposed-Modules: Data.Fraction
HS-Source-Dirs: src