diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-22 17:33:17 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-22 17:33:17 +0000 |
commit | 978e6d038239af50d70bae2c303f4e45b1879b7a (patch) | |
tree | 571b2060f388d0693820f808b40089acb100a5d9 /HSSL.cabal | |
parent | 989bdf7e88c13500bd1986dcde36f6cc4f467efb (diff) |
refactoring
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -18,17 +18,23 @@ Extensions: ForeignFunctionInterface | |||
18 | --ghc-options: -Wall | 18 | --ghc-options: -Wall |
19 | ghc-options: -O | 19 | ghc-options: -O |
20 | hs-source-dirs: lib | 20 | hs-source-dirs: lib |
21 | Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common, | 21 | Exposed-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 | ||
32 | Other-modules: | 38 | Other-modules: |
33 | C-sources: lib/Data/Packed/Internal/aux.c, | 39 | C-sources: lib/Data/Packed/Internal/aux.c, |
34 | lib/LAPACK/lapack-aux.c, | 40 | lib/LAPACK/lapack-aux.c, |