diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index b91790a..114be5d 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -30,9 +30,9 @@ flag unsafe | |||
30 | 30 | ||
31 | library | 31 | library |
32 | if flag(splitBase) | 32 | if flag(splitBase) |
33 | build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex | 33 | build-depends: base >= 3, array, QuickCheck < 2, HUnit, storable-complex |
34 | else | 34 | else |
35 | build-depends: base < 3, QuickCheck, HUnit, storable-complex | 35 | build-depends: base < 3, QuickCheck < 2, HUnit, storable-complex |
36 | 36 | ||
37 | Build-Depends: haskell98 | 37 | Build-Depends: haskell98 |
38 | Extensions: ForeignFunctionInterface, | 38 | Extensions: ForeignFunctionInterface, |