diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-24 12:01:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-24 12:01:07 +0000 |
commit | aae45de54aca92c5f0f013e46c6d6f65508d76f5 (patch) | |
tree | 3a3bbc11b6c87e6b7d469b046dff1a13df15561e /hmatrix.cabal | |
parent | ded908e2a222f902b41e500eea5272700db75699 (diff) |
conversion from/to Data.Vector.Storable
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index b99c109..290515e 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.8.3.2 | 2 | Version: 0.8.4.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -42,6 +42,7 @@ extra-source-files: examples/tests.hs | |||
42 | examples/devel/ej2/wrappers.hs | 42 | examples/devel/ej2/wrappers.hs |
43 | examples/devel/ej2/functions.c | 43 | examples/devel/ej2/functions.c |
44 | examples/Real.hs | 44 | examples/Real.hs |
45 | examples/vector.hs | ||
45 | 46 | ||
46 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, | 47 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, |
47 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h | 48 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h |