summaryrefslogtreecommitdiff
path: root/hssl.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-11-13 10:00:37 +0000
committerAlberto Ruiz <aruiz@um.es>2007-11-13 10:00:37 +0000
commit119709739fd76d3995b571397cb9a1d8cbbb40ac (patch)
tree495caa598d9028779c2808b9855348180c2a08b8 /hssl.cabal
parent25d7892ac78f0f1a4fda538dd35430ebff02baaa (diff)
-O -fviaC for ghc-6.8.1
Diffstat (limited to 'hssl.cabal')
-rw-r--r--hssl.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hssl.cabal b/hssl.cabal
index 393eddd..a677a7c 100644
--- a/hssl.cabal
+++ b/hssl.cabal
@@ -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>
15Category: Numerical, Math 15Category: Numerical, Math
16tested-with: GHC ==6.6.1 16tested-with: GHC ==6.6.1, GHC ==6.8.1
17 17
18cabal-version: >=1.2 18cabal-version: >=1.2
19 19
@@ -23,7 +23,7 @@ flag splitBase
23library 23library
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