summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-07-13 22:59:22 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-07-13 22:59:22 +0000
commitc104df60266d5e0bc94e5b0a7eedc1d949975fc1 (patch)
tree98416f80a8715d226e597dcfbc2d7aecb485a05a /hmatrix.cabal
parent7659d9c67f75e1f665d6b02663ee8767e97762b4 (diff)
fix mapVectorM(_) and add example
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 04c3581..0bcc3aa 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -45,6 +45,7 @@ extra-source-files: examples/tests.hs
45 examples/devel/ej2/functions.c 45 examples/devel/ej2/functions.c
46 examples/Real.hs 46 examples/Real.hs
47 examples/vector.hs 47 examples/vector.hs
48 examples/vector-map.hs
48 49
49extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 50extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h,
50 lib/Numeric/LinearAlgebra/LAPACK/clapack.h 51 lib/Numeric/LinearAlgebra/LAPACK/clapack.h