summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
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