summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index dd1a6b3..f9387e2 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -21,7 +21,7 @@ Description: Purely functional interface to basic linear algebra
21 . 21 .
22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes 22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes
23Category: Math 23Category: Math
24tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3 24tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC==7.0.2
25 25
26cabal-version: >=1.6 26cabal-version: >=1.6
27 27
@@ -164,12 +164,14 @@ library
164 if impl(ghc < 6.10.2) 164 if impl(ghc < 6.10.2)
165 cpp-options: -DFINIT 165 cpp-options: -DFINIT
166 166
167 if impl(ghc >= 7.0.1)
168 cpp-options: -DFINIT
169
167 if flag(finit) 170 if flag(finit)
168 cpp-options: -DFINIT 171 cpp-options: -DFINIT
169 172
170 if impl(ghc == 7.0.1) 173 if impl(ghc == 7.0.1)
171 cpp-options: -DNONORMVTEST 174 cpp-options: -DNONORMVTEST
172 cpp-options: -DFINIT
173 175
174 if flag(mkl) 176 if flag(mkl)
175 if arch(x86_64) 177 if arch(x86_64)