cmath-0.2: cmath.cabal
name: cmath
version: 0.2
homepage: http://code.haskell.org/~dons/code/cmath
synopsis: A binding to the standard C math library
description: A binding to the standard C math library
category: Math
license: BSD3
license-file: LICENSE
copyright: (c) 2008. Don Stewart <dons@galois.com>
author: Don Stewart
maintainer: Don Stewart <dons@galois.com>
tested-with: GHC ==6.8.2
build-type: Simple
exposed-modules: Foreign.C.Math.Double
extensions: CPP, ForeignFunctionInterface
ghc-options: -Wall -fvia-C -optc-std=c99
cc-options: -std=c99
build-depends: base
extra-libraries: m