summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix-base.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/hmatrix-base.cabal')
-rw-r--r--packages/base/hmatrix-base.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal
index bd356df..cf84f30 100644
--- a/packages/base/hmatrix-base.cabal
+++ b/packages/base/hmatrix-base.cabal
@@ -37,6 +37,7 @@ library
37 Data.Packed.Development, 37 Data.Packed.Development,
38 Numeric.Conversion 38 Numeric.Conversion
39 Numeric.LinearAlgebra.LAPACK 39 Numeric.LinearAlgebra.LAPACK
40 Numeric.Vectorized
40 41
41 other-modules: Data.Packed.Internal, 42 other-modules: Data.Packed.Internal,
42 Data.Packed.Internal.Common, 43 Data.Packed.Internal.Common,
@@ -45,6 +46,7 @@ library
45 Data.Packed.Internal.Matrix 46 Data.Packed.Internal.Matrix
46 47
47 C-sources: src/C/lapack-aux.c 48 C-sources: src/C/lapack-aux.c
49 src/C/vector-aux.c
48 50
49 51
50 extensions: ForeignFunctionInterface, 52 extensions: ForeignFunctionInterface,