bindings-gsl-0.0.1: bindings-gsl.cabal
cabal-version: >= 1.2.3
name: bindings-gsl
homepage: http://bitbucket.org/mauricio/bindings-gsl
synopsis:
Low level bindings to GNU GSL.
version: 0.0.1
license: BSD3
license-file: LICENSE
maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
author: Maurício C. Antunes
build-type: Simple
category: FFI
bug-reports: http://bitbucket.org/mauricio/bindings-gsl/issues
library
hs-source-dirs: src
extensions:
ForeignFunctionInterface
build-depends:
base >= 3 && < 5,
bindings-common >= 1.3 && < 1.4
exposed-modules:
Bindings.Gsl.Eigensystems
Bindings.Gsl.Mode
Bindings.Gsl.SpecialFunctions
Bindings.Gsl.VectorsAndMatrices
Bindings.Gsl.Version
c-sources: src/inlines.c
pkgconfig-depends: gsl >= 1.12