rounding-0.1.1: rounding.cabal
Name: rounding
Version: 0.1.1
Synopsis: Explicit floating point rounding mode wrappers
Homepage: http://patch-tag.com/r/ekmett/rounding
License: BSD3
License-file: LICENSE
Author: Edward Kmett
Maintainer: ekmett@gmail.com
Category: Math
Build-type: Simple
Cabal-version: >=1.6
Extra-Source-Files: rounding.h, rounding-inc.h
Library
Exposed-modules: Numeric.Rounding
Build-depends: base >= 4 && < 5,
array >= 0.3.0 && < 0.4
C-Sources: rounding.c
GHC-Options: -Wall