diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-11-13 10:00:37 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-11-13 10:00:37 +0000 |
commit | 119709739fd76d3995b571397cb9a1d8cbbb40ac (patch) | |
tree | 495caa598d9028779c2808b9855348180c2a08b8 | |
parent | 25d7892ac78f0f1a4fda538dd35430ebff02baaa (diff) |
-O -fviaC for ghc-6.8.1
-rw-r--r-- | hssl.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Description: A purely functional interface to basic linear algebra comput | |||
13 | . | 13 | . |
14 | More information: <http://alberrto.googlepages.com/gslhaskell> | 14 | More information: <http://alberrto.googlepages.com/gslhaskell> |
15 | Category: Numerical, Math | 15 | Category: Numerical, Math |
16 | tested-with: GHC ==6.6.1 | 16 | tested-with: GHC ==6.6.1, GHC ==6.8.1 |
17 | 17 | ||
18 | cabal-version: >=1.2 | 18 | cabal-version: >=1.2 |
19 | 19 | ||
@@ -23,7 +23,7 @@ flag splitBase | |||
23 | library | 23 | library |
24 | if flag(splitBase) | 24 | if flag(splitBase) |
25 | build-depends: base >= 3, array | 25 | build-depends: base >= 3, array |
26 | ghc-options: -O | 26 | ghc-options: -O -fvia-C |
27 | else | 27 | else |
28 | build-depends: base < 3 | 28 | build-depends: base < 3 |
29 | ghc-options: -O | 29 | ghc-options: -O |