diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-16 15:52:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-16 15:52:07 +0000 |
commit | b2af660f87a55dd15f4519b21e66837ec811dc25 (patch) | |
tree | f48a2dc5b1d996595e7cd69fbbff6397d3e7b600 /HSSL.cabal | |
parent | cc2c8c39dc088dcace0d2749cfe9180bf5fdbfd2 (diff) |
Fourier, minimization, polySolve
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -24,9 +24,11 @@ Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common, | |||
24 | Data.Packed.Internal.Tensor, | 24 | Data.Packed.Internal.Tensor, |
25 | LAPACK, | 25 | LAPACK, |
26 | GSL.Vector, | 26 | GSL.Vector, |
27 | GSL.Differentiation, | 27 | GSL.Differentiation, GSL.Integration, |
28 | GSL.Integration, | 28 | GSL.Special, |
29 | GSL.Special | 29 | GSL.Fourier, |
30 | GSL.Polynomials, | ||
31 | GSL.Minimization | ||
30 | Other-modules: | 32 | Other-modules: |
31 | C-sources: lib/Data/Packed/Internal/aux.c, | 33 | C-sources: lib/Data/Packed/Internal/aux.c, |
32 | lib/LAPACK/lapack-aux.c, | 34 | lib/LAPACK/lapack-aux.c, |