summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-30 12:35:22 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-30 12:35:22 +0000
commitf2670646b35f736778ce32cd0a32b8953b6c369b (patch)
treee6504b19b95cad7a0f096d3ee0b97d3b37691040 /hmatrix.cabal
parent036f0f19c473cb58a1f7330a481d0e8f705ac452 (diff)
runBenchmarks
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 1b077e3..77a37bb 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.8.0.0 2Version: 0.8.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -64,11 +64,11 @@ flag unsafe
64 64
65library 65library
66 if flag(splitBase) 66 if flag(splitBase)
67 build-depends: base >= 3 && < 5, array 67 build-depends: base >= 3 && < 5, array < 0.3.0
68 else 68 else
69 build-depends: base < 3 69 build-depends: base < 3
70 70
71 Build-Depends: haskell98, 71 Build-Depends: haskell98 < 1.0.1.1,
72 QuickCheck, HUnit, 72 QuickCheck, HUnit,
73 storable-complex, 73 storable-complex,
74 process 74 process