diff options
Diffstat (limited to 'hssl.cabal')
-rw-r--r-- | hssl.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,6 +72,6 @@ Exposed-modules: Data.Packed.Internal, | |||
72 | C-sources: lib/Data/Packed/Internal/auxi.c, | 72 | C-sources: lib/Data/Packed/Internal/auxi.c, |
73 | lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | 73 | lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
74 | lib/Numeric/GSL/gsl-aux.c | 74 | lib/Numeric/GSL/gsl-aux.c |
75 | extra-libraries: gsl cblas lapack | 75 | extra-libraries: gsl blas lapack |
76 | cc-options: -O4 | 76 | cc-options: -O4 |
77 | ghc-prof-options: -auto-all | 77 | ghc-prof-options: -auto-all |