summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-12-14 09:24:16 +0000
committerAlberto Ruiz <aruiz@um.es>2010-12-14 09:24:16 +0000
commit20831d6521e54b42aa8410a1434d55c5b9bc004b (patch)
tree46005bbf92c04c9fdf659042881e4273fcefb7ab /hmatrix.cabal
parent0e6a1803ed5724350d9682dba4db201579e3c8cb (diff)
fixed bug in liftMatrix2Auto
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 6d29d2e..a187599 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.10.0.1 2Version: 0.10.0.2
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 24tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3
25 25
26cabal-version: >=1.6 26cabal-version: >=1.6
27 27