diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-04 09:14:12 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-04 09:14:12 +0000 |
commit | ce4a3244139bc645bda4b563e6b2be7c7304e911 (patch) | |
tree | 2fcb7fec7962615ddbe1f0667f0b05f2e4b4d4aa /hmatrix.cabal | |
parent | 3f5bf5985d3da0e4d01cd9c126cb781cb6fc28ef (diff) |
added examples/HMatrixReal.hs
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 0fb772f..6f6c832 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -37,6 +37,7 @@ extra-source-files: examples/tests.hs | |||
37 | examples/error.hs | 37 | examples/error.hs |
38 | examples/devel/wrappers.hs | 38 | examples/devel/wrappers.hs |
39 | examples/devel/functions.c | 39 | examples/devel/functions.c |
40 | examples/HMatrixReal.hs | ||
40 | 41 | ||
41 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, | 42 | extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, |
42 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h | 43 | lib/Numeric/LinearAlgebra/LAPACK/clapack.h |
@@ -69,7 +70,7 @@ library | |||
69 | Build-Depends: haskell98, | 70 | Build-Depends: haskell98, |
70 | QuickCheck, HUnit, | 71 | QuickCheck, HUnit, |
71 | storable-complex, | 72 | storable-complex, |
72 | process, random | 73 | process |
73 | 74 | ||
74 | Extensions: ForeignFunctionInterface, | 75 | Extensions: ForeignFunctionInterface, |
75 | CPP | 76 | CPP |
@@ -166,3 +167,4 @@ library | |||
166 | 167 | ||
167 | extra-libraries: | 168 | extra-libraries: |
168 | extra-lib-dirs: | 169 | extra-lib-dirs: |
170 | |||