diff options
author | Alberto Ruiz <aruiz@um.es> | 2008-02-21 19:00:22 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2008-02-21 19:00:22 +0000 |
commit | e5387206db024f55c19a62e7b1d324364c5f2d23 (patch) | |
tree | 4aec886e5ed1ded645b132014fb19af72513fa21 /hmatrix.cabal | |
parent | bc2dcb1464ed2674e48bbb9372dc6135abe9bd1c (diff) |
working on tests
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 40215a3..acf4cf1 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.2.0.0 | 2 | Version: 0.2.1.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -23,9 +23,9 @@ flag splitBase | |||
23 | 23 | ||
24 | library | 24 | library |
25 | if flag(splitBase) | 25 | if flag(splitBase) |
26 | build-depends: base >= 3, array | 26 | build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex |
27 | else | 27 | else |
28 | build-depends: base < 3 | 28 | build-depends: base < 3, QuickCheck, HUnit, storable-complex |
29 | 29 | ||
30 | ghc-options: -O | 30 | ghc-options: -O |
31 | 31 | ||