summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-02-20 17:08:59 +0000
committerAlberto Ruiz <aruiz@um.es>2010-02-20 17:08:59 +0000
commitdedd74ee85ee1bf468552107760541b31e6f1878 (patch)
tree2726f637f48498eef1af22ce03741a3353d8ec08 /hmatrix.cabal
parentdc9cdee87db0181774cb230610e4b24f9ef3f89a (diff)
added simpler devel example
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 4f10e34..8319411 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -37,8 +37,10 @@ extra-source-files: examples/tests.hs
37 examples/plot.hs 37 examples/plot.hs
38 examples/inplace.hs 38 examples/inplace.hs
39 examples/error.hs 39 examples/error.hs
40 examples/devel/wrappers.hs 40 examples/devel/ej1/wrappers.hs
41 examples/devel/functions.c 41 examples/devel/ej1/functions.c
42 examples/devel/ej2/wrappers.hs
43 examples/devel/ej2/functions.c
42 examples/Real.hs 44 examples/Real.hs
43 45
44extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 46extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h,