summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-05-02 17:31:09 +0000
committerAlberto Ruiz <aruiz@um.es>2011-05-02 17:31:09 +0000
commitb48c876b4b9ba37e45104fc7b54d8024c6bd1eb5 (patch)
tree6fcd01cf5f14332f425dbe2fda9e6de1a1f04853 /hmatrix.cabal
parente2dde2e24f581d37eb862392aee1cb2e09cf0951 (diff)
mapMatrixWithIndex, Mul, multiply.hs
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 a8dcb43..a5563aa 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.11.0.5 2Version: 0.11.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -54,6 +54,7 @@ extra-source-files: examples/tests.hs
54 examples/vector.hs 54 examples/vector.hs
55 examples/monadic.hs 55 examples/monadic.hs
56 examples/bool.hs 56 examples/bool.hs
57 examples/multiply.hs
57 58
58extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 59extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h,
59 lib/Numeric/LinearAlgebra/LAPACK/clapack.h 60 lib/Numeric/LinearAlgebra/LAPACK/clapack.h