name: ieee-utils-tempfix version: 0.4.0.1 cabal-version: >= 1.3 build-type: Simple license: BSD3 license-file: LICENSE category: Numerical author: Matt Morrow, Sterling Clover copyright: (c) Matt Morrow maintainer: Michal Konecny stability: provisional synopsis: ieee-utils description: IEEE 754 (Standard for Binary Floating-Point Arithmetic) Utilities. . This package is a simple adaptation of ieee-utils, but compilable by ghc >= 7. Unfortunately, MK had no response from the mainainer of ieee-utils, despite trying to make contact for over 2 years. MK plans to deprecate this package when I find out that ieee-utils is fixed or deprecated. library build-tools: build-depends: base >= 4 && < 5 ghc-options: -Wall extensions: ForeignFunctionInterface hs-source-dirs: src includes: fenv.h c-sources: cbits/ieee_utils.c extra-libraries: exposed-modules: Numeric.IEEE.RoundMode, Numeric.IEEE.FloatExceptions, Numeric.IEEE.Monad