summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-02-24 12:01:07 +0000
committerAlberto Ruiz <aruiz@um.es>2010-02-24 12:01:07 +0000
commitaae45de54aca92c5f0f013e46c6d6f65508d76f5 (patch)
tree3a3bbc11b6c87e6b7d469b046dff1a13df15561e /hmatrix.cabal
parentded908e2a222f902b41e500eea5272700db75699 (diff)
conversion from/to Data.Vector.Storable
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.8.3.2 2Version: 0.8.4.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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
46extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 47extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h,
47 lib/Numeric/LinearAlgebra/LAPACK/clapack.h 48 lib/Numeric/LinearAlgebra/LAPACK/clapack.h