diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-03-01 11:15:22 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-03-01 11:15:22 +0000 |
commit | 283f3033f86fabde2290bb28a59e7d87fd0754f5 (patch) | |
tree | ac9000c976a805636b557b916af9e139922df70c /hmatrix.cabal | |
parent | 54bcc1fc1e0f9676cb10f627f412eeeea34b5d2c (diff) |
compatible with vector
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 d587a73..392b301 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.9.0.0 | 2 | Version: 0.9.1.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -90,7 +90,7 @@ library | |||
90 | Numeric.LinearAlgebra.Interface, | 90 | Numeric.LinearAlgebra.Interface, |
91 | Numeric.LinearAlgebra.Algorithms, | 91 | Numeric.LinearAlgebra.Algorithms, |
92 | Graphics.Plot, | 92 | Graphics.Plot, |
93 | Data.Packed.Convert, | 93 | -- Data.Packed.Convert, |
94 | Data.Packed.ST, | 94 | Data.Packed.ST, |
95 | Data.Packed.Development, | 95 | Data.Packed.Development, |
96 | Data.Packed.Random | 96 | Data.Packed.Random |