diff options
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r-- | packages/hmatrix/hmatrix.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index 8496663..eaf4262 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal | |||
@@ -109,7 +109,8 @@ library | |||
109 | Numeric.LinearAlgebra.Util.Convolution | 109 | Numeric.LinearAlgebra.Util.Convolution |
110 | 110 | ||
111 | 111 | ||
112 | C-sources: src/Numeric/GSL/gsl-aux.c | 112 | C-sources: src/Numeric/GSL/gsl-vector.c |
113 | src/Numeric/GSL/gsl-aux.c | ||
113 | 114 | ||
114 | cc-options: -O4 -msse2 -Wall | 115 | cc-options: -O4 -msse2 -Wall |
115 | 116 | ||