ieee-utils-0.1: ieee-utils.cabal
name: ieee-utils
version: 0.1
cabal-version: >= 1.3
build-type: Simple
license: BSD3
license-file: LICENSE
category: Numerical
author: Matt Morrow
copyright: (c) Matt Morrow
maintainer: Matt Morrow <mjm2002@gmail.com>
stability: unstable
synopsis: ieee-utils
description: IEEE 754 (Standard for Binary Floating-Point Arithmetic) Utilities.
library
build-tools:
build-depends: base
ghc-options: -O2 -Wall
extensions: ForeignFunctionInterface
hs-source-dirs: src
includes: fenv.h
c-sources: cbits/fe_round.c
extra-libraries:
exposed-modules: Numeric.IEEE.RoundMode