diff options
-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 |