summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
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
41extra-source-files: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h, 42extra-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