summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-22 17:33:17 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-22 17:33:17 +0000
commit978e6d038239af50d70bae2c303f4e45b1879b7a (patch)
tree571b2060f388d0693820f808b40089acb100a5d9 /HSSL.cabal
parent989bdf7e88c13500bd1986dcde36f6cc4f467efb (diff)
refactoring
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal14
1 files changed, 10 insertions, 4 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index 2bd30bc..0dda5d7 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -18,17 +18,23 @@ Extensions: ForeignFunctionInterface
18--ghc-options: -Wall 18--ghc-options: -Wall
19ghc-options: -O 19ghc-options: -O
20hs-source-dirs: lib 20hs-source-dirs: lib
21Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common, 21Exposed-modules: Data.Packed.Internal,
22 Data.Packed.Internal.Common,
22 Data.Packed.Internal.Vector, Data.Packed.Vector, 23 Data.Packed.Internal.Vector, Data.Packed.Vector,
23 Data.Packed.Internal.Matrix, Data.Packed.Matrix, 24 Data.Packed.Internal.Matrix, Data.Packed.Matrix,
24 Data.Packed.Internal.Tensor, 25 Data.Packed.Internal.Tensor, Data.Packed.Tensor,
26 Data.Packed.Plot
27 -- Data.Packed.Instances
25 LAPACK, 28 LAPACK,
26 GSL.Vector, 29 GSL.Vector,
30 --GSL.Matrix
27 GSL.Differentiation, GSL.Integration, 31 GSL.Differentiation, GSL.Integration,
28 GSL.Special, 32 GSL.Special,
29 GSL.Fourier, 33 GSL.Fourier,
30 GSL.Polynomials, 34 GSL.Polynomials,
31 GSL.Minimization 35 GSL.Minimization,
36 LinearAlgebra, LinearAlgebra.Algorithms,
37 GSL, HSSL
32Other-modules: 38Other-modules:
33C-sources: lib/Data/Packed/Internal/aux.c, 39C-sources: lib/Data/Packed/Internal/aux.c,
34 lib/LAPACK/lapack-aux.c, 40 lib/LAPACK/lapack-aux.c,