summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 3df7f01..c8b307b 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -110,10 +110,12 @@ library
110 if flag(gsl) 110 if flag(gsl)
111 extra-libraries: gsl gslcblas lapack 111 extra-libraries: gsl gslcblas lapack
112 else 112 else
113 extra-libraries: gsl blas lapack 113 extra-libraries: gsl lapack
114 114
115 ghc-prof-options: -auto-all 115 ghc-prof-options: -auto-all
116 116
117 if flag(unsafe) 117 if flag(unsafe)
118 cpp-options: -DUNSAFE 118 cpp-options: -DUNSAFE
119 119
120 if arch(i386)
121 cpp-options: -DWORKAROUND