summaryrefslogtreecommitdiff
path: root/HSSL.cabal
blob: 8b6f2a6af56207f2ca5829e5dd448709020f33e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Name:               HSSL
Version:            0.1
License:            GPL
--License-file:       LICENSE
Author:             Alberto Ruiz
Maintainer:         aruiz@um.es
Stability:          provisional
--Homepage:           http://dis.um.es/~alberto/GSLHaskell
Package-url:
Synopsis:           Simple Scientific Library
Description:
Category:           Numerical
tested-with:        GHC ==6.6.1
Build-Depends:      base, haskell98
Extensions:         ForeignFunctionInterface
--                    MultiParamTypeClasses,
--                    FunctionalDependencies
--ghc-options:        -Wall
ghc-options:        -O
hs-source-dirs:     lib
Exposed-modules:    Data.Packed.Internal,
                    Data.Packed.Internal.Common,
                    Data.Packed.Internal.Vector, Data.Packed.Vector,
                    Data.Packed.Internal.Matrix, Data.Packed.Matrix,
                    Data.Packed.Internal.Tensor, Data.Packed.Tensor,
                    Data.Packed.Plot
                    LAPACK,
                    GSL.Vector, 
                    GSL.Matrix
                    GSL.Differentiation, GSL.Integration,
                    GSL.Special, GSL.Special.Internal,
                    GSL.Special.Gamma, GSL.Special.Erf,
                    GSL.Special.Airy, GSL.Special.Exp,
                    GSL.Fourier,
                    GSL.Polynomials,
                    GSL.Minimization,
                    GSL.Compat,
                    GSL,
                    LinearAlgebra, LinearAlgebra.Algorithms
Other-modules:
C-sources:          lib/Data/Packed/Internal/aux.c,
                    lib/LAPACK/lapack-aux.c,
                    lib/GSL/gsl-aux.c
extra-libraries:    gsl cblas lapack
cc-options:         -O4
ghc-prof-options:   -auto-all