summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hmatrix.cabal4
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.2.1.1 2Version: 0.3.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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