summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-02-21 19:00:22 +0000
committerAlberto Ruiz <aruiz@um.es>2008-02-21 19:00:22 +0000
commite5387206db024f55c19a62e7b1d324364c5f2d23 (patch)
tree4aec886e5ed1ded645b132014fb19af72513fa21 /hmatrix.cabal
parentbc2dcb1464ed2674e48bbb9372dc6135abe9bd1c (diff)
working on tests
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal6
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.2.0.0 2Version: 0.2.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -23,9 +23,9 @@ flag splitBase
23 23
24library 24library
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