summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-09-02 12:35:22 +0000
committerAlberto Ruiz <aruiz@um.es>2011-09-02 12:35:22 +0000
commit3797b187d1747f1971c112084976fb2808fc87b0 (patch)
treededc7b8c9d8988e7a6da3144ab26b4e9812f58f8 /hmatrix.cabal
parent05f4f9703162317f3d2610a9136a853eea7ab417 (diff)
require vector >= 0.8
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 8a0457f..7c0eee6 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.11.2.1 2Version: 0.12.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -21,7 +21,7 @@ Description: Purely functional interface to basic linear algebra
21 . 21 .
22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes 22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes
23Category: Math 23Category: Math
24tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC==7.0.2 24tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3, GHC ==7.0.1, GHC==7.0.2, GHC==7.2.1
25 25
26cabal-version: >=1.6 26cabal-version: >=1.6
27 27
@@ -144,7 +144,7 @@ library
144 lib/Numeric/GSL/gsl-aux.c 144 lib/Numeric/GSL/gsl-aux.c
145 145
146 if flag(vector) 146 if flag(vector)
147 Build-Depends: vector >= 0.7 147 Build-Depends: vector >= 0.8
148 cpp-options: -DVECTOR 148 cpp-options: -DVECTOR
149 149
150 if flag(binary) 150 if flag(binary)