summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-07-28 10:44:43 +0000
committerAlberto Ruiz <aruiz@um.es>2007-07-28 10:44:43 +0000
commit774924233c87a20c31a3232cbd01d9bf5170a951 (patch)
tree944efe08c6b0921b5b7e496f9e96e5ca4389e5fb /HSSL.cabal
parent34b094b7589bf400114d802549fcba3ce1481683 (diff)
a few automatic wrappers
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 1377232..9859548 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -28,13 +28,15 @@ Exposed-modules: Data.Packed.Internal,
28 GSL.Vector, 28 GSL.Vector,
29 GSL.Matrix 29 GSL.Matrix
30 GSL.Differentiation, GSL.Integration, 30 GSL.Differentiation, GSL.Integration,
31 GSL.Special, 31 GSL.Special, GSL.Special.Internal,
32 GSL.Special.Gamma, GSL.Special.Erf,
33 GSL.Special.Airy,
32 GSL.Fourier, 34 GSL.Fourier,
33 GSL.Polynomials, 35 GSL.Polynomials,
34 GSL.Minimization, 36 GSL.Minimization,
35 LinearAlgebra, LinearAlgebra.Algorithms,
36 GSL.Compat, 37 GSL.Compat,
37 GSL, HSSL 38 GSL,
39 LinearAlgebra, LinearAlgebra.Algorithms
38Other-modules: 40Other-modules:
39C-sources: lib/Data/Packed/Internal/aux.c, 41C-sources: lib/Data/Packed/Internal/aux.c,
40 lib/LAPACK/lapack-aux.c, 42 lib/LAPACK/lapack-aux.c,