summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-03-02 14:59:38 +0000
committerAlberto Ruiz <aruiz@um.es>2008-03-02 14:59:38 +0000
commitf7595e6fe032e0e3f505d82ba9aa4dabf2f0df63 (patch)
tree93eb011909dfa20184f8c5ac036d4648b3af0b03
parentf80daf4e19055776aa4dc8fc3895468b67639620 (diff)
updated hmatrix.cabal
-rw-r--r--hmatrix.cabal6
1 files changed, 2 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index acf4cf1..89ddb8a 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -27,13 +27,11 @@ library
27 else 27 else
28 build-depends: base < 3, QuickCheck, HUnit, storable-complex 28 build-depends: base < 3, QuickCheck, HUnit, storable-complex
29 29
30 ghc-options: -O
31
32 if os(windows) 30 if os(windows)
33 ghc-options: -fasm 31 ghc-options:
34 else 32 else
35 if arch(x86_64) 33 if arch(x86_64)
36 ghc-options: -fasm 34 ghc-options:
37 else 35 else
38 ghc-options: -fvia-C 36 ghc-options: -fvia-C
39 37