name: cmath version: 0.1 homepage: http://code.haskell.org/~dons/code/cmath synopsis: A small binding to the standard C math library description: A small binding to the standard C math library category: Math license: BSD3 license-file: LICENSE copyright: (c) 2008. Don Stewart author: Don Stewart maintainer: Don Stewart 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: -optc-std=c99 build-depends: base extra-libraries: m