summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--hssl.cabal13
2 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index f9034f0..e6752f2 100644
--- a/README
+++ b/README
@@ -19,9 +19,7 @@ For example, in Ubuntu Linux we need:
19- atlas3-base-dev 19- atlas3-base-dev
20 20
21You can also install an atlas version specifically tuned 21You can also install an atlas version specifically tuned
22for your machine (e.g., atlas3-sse2-dev, atlas3-3dnow-dev, etc.). 22for your machine (but see the TESTS section below).
23However, do not install atlas3-sse2-dev on ubuntu 6.06 Dapper
24(see the TESTS section below).
25 23
26The following packages are used for simple graphics: 24The following packages are used for simple graphics:
27 25
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