summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-04 12:39:33 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-04 12:39:33 +0200
commitb7e57952112eae61054fc9171ddb311fbaca0841 (patch)
treeef72da1ad7d661a3bc0a2f72fd65a2074ccf1a73 /packages/base/hmatrix.cabal
parent27334e233edd3d891d2837330289a26e54d05fd1 (diff)
move c sources
Diffstat (limited to 'packages/base/hmatrix.cabal')
-rw-r--r--packages/base/hmatrix.cabal6
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
21extra-source-files: THANKS.md CHANGELOG 21extra-source-files: THANKS.md CHANGELOG
22 22
23extra-source-files: src/C/lapack-aux.h 23extra-source-files: src/Internal/C/lapack-aux.h
24 24
25flag openblas 25flag 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,