diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-03-09 10:12:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-03-09 10:12:50 +0000 |
commit | b2ed85d1e96afc2d8c9c60346fe3583fcbcb05b2 (patch) | |
tree | 5b9c18a061c3710494792c119761ea7267e1b6e0 /hmatrix.cabal | |
parent | 8a1a04f10e37af280e4fa640c3f66f93d6f16004 (diff) |
DFINIT for ghc-7.0.2
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 6 |
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 |
23 | Category: Math | 23 | Category: Math |
24 | tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3 | 24 | tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC==7.0.2 |
25 | 25 | ||
26 | cabal-version: >=1.6 | 26 | cabal-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) |