packages feed

rounding-0.3.0: rounding.cabal

Name:              rounding
Version:           0.3.0
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,
                   numeric-extras >= 0.0.1 && < 0.1
  C-Sources:       rounding.c
  GHC-Options:     -Wall