diff options
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 263064e..6494d11 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.2.1.1 | 2 | Version: 0.3.0.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -32,7 +32,7 @@ library | |||
32 | build-depends: base < 3, QuickCheck, HUnit, storable-complex | 32 | build-depends: base < 3, QuickCheck, HUnit, storable-complex |
33 | 33 | ||
34 | if !flag(mkl) | 34 | if !flag(mkl) |
35 | if !os(x86_64) | 35 | if !arch(x86_64) |
36 | ghc-options: -fvia-C | 36 | ghc-options: -fvia-C |
37 | 37 | ||
38 | Build-Depends: haskell98 | 38 | Build-Depends: haskell98 |