diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 516e6b5..c1b4e01 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -15,6 +15,8 @@ tested-with: GHC ==6.10.1 | |||
15 | 15 | ||
16 | cabal-version: >=1.2 | 16 | cabal-version: >=1.2 |
17 | build-type: Simple | 17 | build-type: Simple |
18 | extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h | ||
19 | |||
18 | 20 | ||
19 | flag splitBase | 21 | flag splitBase |
20 | description: Choose the new smaller, split-up base package. | 22 | description: Choose the new smaller, split-up base package. |
@@ -34,9 +36,9 @@ flag unsafe | |||
34 | 36 | ||
35 | library | 37 | library |
36 | if flag(splitBase) | 38 | if flag(splitBase) |
37 | build-depends: base >= 3, array, QuickCheck < 2, HUnit, storable-complex | 39 | build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex |
38 | else | 40 | else |
39 | build-depends: base < 3, QuickCheck < 2, HUnit, storable-complex | 41 | build-depends: base < 3, QuickCheck, HUnit, storable-complex |
40 | 42 | ||
41 | Build-Depends: haskell98 | 43 | Build-Depends: haskell98 |
42 | Extensions: ForeignFunctionInterface, | 44 | Extensions: ForeignFunctionInterface, |