summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-03-01 11:15:22 +0000
committerAlberto Ruiz <aruiz@um.es>2010-03-01 11:15:22 +0000
commit283f3033f86fabde2290bb28a59e7d87fd0754f5 (patch)
treeac9000c976a805636b557b916af9e139922df70c /hmatrix.cabal
parent54bcc1fc1e0f9676cb10f627f412eeeea34b5d2c (diff)
compatible with vector
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 d587a73..392b301 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.9.0.0 2Version: 0.9.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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