summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-06-07 11:13:32 +0000
committerAlberto Ruiz <aruiz@um.es>2007-06-07 11:13:32 +0000
commit92b1ed5e7fcbebbfbcde34206c040a8472d847d9 (patch)
tree6f22b46ea656490e6392a005321e6d5f7da0898d /HSSL.cabal
parente7c03c1ab4de85e7a700d2eafaebd37f4607c51f (diff)
adapting lapack wrappers
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index 739ad8b..28fe130 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -20,9 +20,12 @@ ghc-options: -O
20hs-source-dirs: lib 20hs-source-dirs: lib
21Exposed-modules: Data.Packed.Internal.Vector, 21Exposed-modules: Data.Packed.Internal.Vector,
22 Data.Packed.Internal.Matrix, 22 Data.Packed.Internal.Matrix,
23 Data.Packed.Internal.Tensor 23 Data.Packed.Internal.Tensor,
24 LAPACK.Internal,
25 LAPACK
24Other-modules: 26Other-modules:
25C-sources: lib/Data/Packed/Internal/aux.c 27C-sources: lib/Data/Packed/Internal/aux.c,
26extra-libraries: gsl cblas 28 lib/LAPACK/lapack-aux.c
29extra-libraries: gsl cblas lapack
27cc-options: -O4 30cc-options: -O4
28ghc-prof-options: -auto-all 31ghc-prof-options: -auto-all