diff options
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -23,7 +23,10 @@ Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common, | |||
23 | Data.Packed.Internal.Matrix, Data.Packed.Matrix, | 23 | Data.Packed.Internal.Matrix, Data.Packed.Matrix, |
24 | Data.Packed.Internal.Tensor, | 24 | Data.Packed.Internal.Tensor, |
25 | LAPACK, | 25 | LAPACK, |
26 | GSL.Vector | 26 | GSL.Vector, |
27 | GSL.Differentiation, | ||
28 | GSL.Integration, | ||
29 | GSL.Special | ||
27 | Other-modules: | 30 | Other-modules: |
28 | C-sources: lib/Data/Packed/Internal/aux.c, | 31 | C-sources: lib/Data/Packed/Internal/aux.c, |
29 | lib/LAPACK/lapack-aux.c, | 32 | lib/LAPACK/lapack-aux.c, |