diff options
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, |