summaryrefslogtreecommitdiff
path: root/hssl.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hssl.cabal')
-rw-r--r--hssl.cabal13
1 files changed, 7 insertions, 6 deletions
diff --git a/hssl.cabal b/hssl.cabal
index a677a7c..d9b3a5e 100644
--- a/hssl.cabal
+++ b/hssl.cabal
@@ -18,17 +18,18 @@ tested-with: GHC ==6.6.1, GHC ==6.8.1
18cabal-version: >=1.2 18cabal-version: >=1.2
19 19
20flag splitBase 20flag splitBase
21 description: Choose the new smaller, split-up base package. 21 description: Choose the new smaller, split-up base package.
22 22
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 -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