diff options
Diffstat (limited to 'hssl.cabal')
-rw-r--r-- | hssl.cabal | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -18,17 +18,18 @@ tested-with: GHC ==6.6.1, GHC ==6.8.1 | |||
18 | cabal-version: >=1.2 | 18 | cabal-version: >=1.2 |
19 | 19 | ||
20 | flag splitBase | 20 | flag splitBase |
21 | description: Choose the new smaller, split-up base package. | 21 | description: Choose the new smaller, split-up base package. |
22 | 22 | ||
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 | 26 | ghc-options: -O -fvia-C |
27 | |||
27 | else | 28 | else |
28 | build-depends: base < 3 | 29 | build-depends: base < 3 |
29 | ghc-options: -O | 30 | ghc-options: -O |
30 | 31 | ||
31 | Build-Depends: base, haskell98 | 32 | Build-Depends: haskell98 |
32 | Extensions: ForeignFunctionInterface | 33 | Extensions: ForeignFunctionInterface |
33 | 34 | ||
34 | hs-source-dirs: lib | 35 | hs-source-dirs: lib |