diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-12-14 09:24:16 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-12-14 09:24:16 +0000 |
commit | 20831d6521e54b42aa8410a1434d55c5b9bc004b (patch) | |
tree | 46005bbf92c04c9fdf659042881e4273fcefb7ab /hmatrix.cabal | |
parent | 0e6a1803ed5724350d9682dba4db201579e3c8cb (diff) |
fixed bug in liftMatrix2Auto
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
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 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.10.0.1 | 2 | Version: 0.10.0.2 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: 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 |
23 | Category: Math | 23 | Category: Math |
24 | tested-with: GHC ==6.10.4, GHC ==6.12.1 | 24 | tested-with: GHC ==6.10.4, GHC ==6.12.1, GHC ==6.12.3 |
25 | 25 | ||
26 | cabal-version: >=1.6 | 26 | cabal-version: >=1.6 |
27 | 27 | ||