diff options
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 23 |
1 files changed, 11 insertions, 12 deletions
@@ -13,10 +13,8 @@ Category: Numerical | |||
13 | tested-with: GHC ==6.6.1 | 13 | tested-with: GHC ==6.6.1 |
14 | Build-Depends: base, haskell98 | 14 | Build-Depends: base, haskell98 |
15 | Extensions: ForeignFunctionInterface | 15 | Extensions: ForeignFunctionInterface |
16 | -- MultiParamTypeClasses, | ||
17 | -- FunctionalDependencies | ||
18 | --ghc-options: -Wall | 16 | --ghc-options: -Wall |
19 | ghc-options: -O0 | 17 | ghc-options: -O |
20 | hs-source-dirs: lib | 18 | hs-source-dirs: lib |
21 | Exposed-modules: Data.Packed.Internal, | 19 | Exposed-modules: Data.Packed.Internal, |
22 | Data.Packed.Internal.Common, | 20 | Data.Packed.Internal.Common, |
@@ -25,11 +23,12 @@ Exposed-modules: Data.Packed.Internal, | |||
25 | Data.Packed.Vector, | 23 | Data.Packed.Vector, |
26 | Data.Packed.Matrix, | 24 | Data.Packed.Matrix, |
27 | GSL.Vector, | 25 | GSL.Vector, |
28 | LinearAlgebra.Linear, | ||
29 | Data.Packed.Plot, | ||
30 | LAPACK, | ||
31 | GSL.Matrix, | 26 | GSL.Matrix, |
32 | GSL.Differentiation, GSL.Integration, | 27 | GSL.Differentiation, |
28 | GSL.Integration, | ||
29 | GSL.Fourier, | ||
30 | GSL.Polynomials, | ||
31 | GSL.Minimization, | ||
33 | GSL.Special, GSL.Special.Internal, | 32 | GSL.Special, GSL.Special.Internal, |
34 | GSL.Special.Gamma, GSL.Special.Erf, | 33 | GSL.Special.Gamma, GSL.Special.Erf, |
35 | GSL.Special.Airy, GSL.Special.Exp, | 34 | GSL.Special.Airy, GSL.Special.Exp, |
@@ -45,12 +44,12 @@ Exposed-modules: Data.Packed.Internal, | |||
45 | GSL.Special.Synchrotron, GSL.Special.Trig, | 44 | GSL.Special.Synchrotron, GSL.Special.Trig, |
46 | GSL.Special.Zeta, GSL.Special.Log, | 45 | GSL.Special.Zeta, GSL.Special.Log, |
47 | GSL.Special.Legendre, | 46 | GSL.Special.Legendre, |
48 | GSL.Fourier, | ||
49 | GSL.Polynomials, | ||
50 | GSL.Minimization, | ||
51 | GSL.Compat, | ||
52 | GSL, | 47 | GSL, |
53 | LinearAlgebra, LinearAlgebra.Algorithms | 48 | LAPACK, |
49 | LinearAlgebra, | ||
50 | LinearAlgebra.Linear, | ||
51 | LinearAlgebra.Algorithms | ||
52 | , GSLHaskell, Graphics.Plot | ||
54 | Other-modules: | 53 | Other-modules: |
55 | C-sources: lib/Data/Packed/Internal/aux.c, | 54 | C-sources: lib/Data/Packed/Internal/aux.c, |
56 | lib/LAPACK/lapack-aux.c, | 55 | lib/LAPACK/lapack-aux.c, |