diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-06-14 16:46:24 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-06-14 16:46:24 +0000 |
commit | 2e0231b0b480fd399008697288fd6746efc17c08 (patch) | |
tree | 06f39b89d0a1010f184a698658d3ed9495b6ed09 /HSSL.cabal | |
parent | 713d4056abb2e786b4084e7e220d359b06dcaf1f (diff) |
refactored vector operations
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -22,10 +22,12 @@ Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common, | |||
22 | Data.Packed.Internal.Vector, Data.Packed.Vector, | 22 | Data.Packed.Internal.Vector, Data.Packed.Vector, |
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 | Other-modules: | 27 | Other-modules: |
27 | C-sources: lib/Data/Packed/Internal/aux.c, | 28 | C-sources: lib/Data/Packed/Internal/aux.c, |
28 | lib/LAPACK/lapack-aux.c | 29 | lib/LAPACK/lapack-aux.c, |
30 | lib/GSL/gsl-aux.c | ||
29 | extra-libraries: gsl cblas lapack | 31 | extra-libraries: gsl cblas lapack |
30 | cc-options: -O4 | 32 | cc-options: -O4 |
31 | ghc-prof-options: -auto-all | 33 | ghc-prof-options: -auto-all |