summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-16 15:52:07 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-16 15:52:07 +0000
commitb2af660f87a55dd15f4519b21e66837ec811dc25 (patch)
treef48a2dc5b1d996595e7cd69fbbff6397d3e7b600 /HSSL.cabal
parentcc2c8c39dc088dcace0d2749cfe9180bf5fdbfd2 (diff)
Fourier, minimization, polySolve
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index 21d98fe..2bd30bc 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -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
30Other-modules: 32Other-modules:
31C-sources: lib/Data/Packed/Internal/aux.c, 33C-sources: lib/Data/Packed/Internal/aux.c,
32 lib/LAPACK/lapack-aux.c, 34 lib/LAPACK/lapack-aux.c,