summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-16 11:20:50 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-16 11:20:50 +0000
commitcc2c8c39dc088dcace0d2749cfe9180bf5fdbfd2 (patch)
tree0c33b9e728eec572ebcf5a5806f35d89cdcf8dbc /HSSL.cabal
parentf71a0a7e65f5fcd4e4e05a3cf114fc7d76419091 (diff)
differentiation, integration, special
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index aa72db6..21d98fe 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -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
27Other-modules: 30Other-modules:
28C-sources: lib/Data/Packed/Internal/aux.c, 31C-sources: lib/Data/Packed/Internal/aux.c,
29 lib/LAPACK/lapack-aux.c, 32 lib/LAPACK/lapack-aux.c,