diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-11-23 09:29:50 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-11-23 09:29:50 +0000 |
commit | 48139eb50c9052406839ee8375e378374e973207 (patch) | |
tree | 5c84c9494115393a9cf7b4cead8e23a5ffcc4a9a /hssl.cabal | |
parent | e685015b98c8ca272e37376b50b3b17afe747529 (diff) |
improved hssl.cabal
Diffstat (limited to 'hssl.cabal')
-rw-r--r-- | hssl.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -23,11 +23,13 @@ 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 -fvia-C | ||
27 | |||
28 | else | 26 | else |
29 | build-depends: base < 3 | 27 | build-depends: base < 3 |
30 | ghc-options: -O | 28 | |
29 | if os(windows) | ||
30 | ghc-options: -O0 -fasm | ||
31 | else | ||
32 | ghc-options: -O1 -fvia-C | ||
31 | 33 | ||
32 | Build-Depends: haskell98 | 34 | Build-Depends: haskell98 |
33 | Extensions: ForeignFunctionInterface | 35 | Extensions: ForeignFunctionInterface |