diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-16 11:20:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-16 11:20:50 +0000 |
commit | cc2c8c39dc088dcace0d2749cfe9180bf5fdbfd2 (patch) | |
tree | 0c33b9e728eec572ebcf5a5806f35d89cdcf8dbc /HSSL.cabal | |
parent | f71a0a7e65f5fcd4e4e05a3cf114fc7d76419091 (diff) |
differentiation, integration, special
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, |