diff options
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r-- | packages/base/hmatrix.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 6614633..6cbe8c7 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -20,7 +20,7 @@ build-type: Simple | |||
20 | 20 | ||
21 | extra-source-files: THANKS.md CHANGELOG | 21 | extra-source-files: THANKS.md CHANGELOG |
22 | 22 | ||
23 | extra-source-files: src/C/lapack-aux.h | 23 | extra-source-files: src/Internal/C/lapack-aux.h |
24 | 24 | ||
25 | flag openblas | 25 | flag openblas |
26 | description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. | 26 | description: Link with OpenBLAS (https://github.com/xianyi/OpenBLAS) optimized libraries. |
@@ -77,8 +77,8 @@ library | |||
77 | Numeric.LinearAlgebra.Util | 77 | Numeric.LinearAlgebra.Util |
78 | Numeric.LinearAlgebra.Util.Modular | 78 | Numeric.LinearAlgebra.Util.Modular |
79 | 79 | ||
80 | C-sources: src/C/lapack-aux.c | 80 | C-sources: src/Internal/C/lapack-aux.c |
81 | src/C/vector-aux.c | 81 | src/Internal/C/vector-aux.c |
82 | 82 | ||
83 | 83 | ||
84 | extensions: ForeignFunctionInterface, | 84 | extensions: ForeignFunctionInterface, |