diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index c99d3cb..4c87665 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -17,7 +17,7 @@ cabal-version: >=1.2 | |||
17 | build-type: Custom | 17 | build-type: Custom |
18 | extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h | 18 | extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h |
19 | 19 | ||
20 | extra-source-files: configure configure.hs README INSTALL | 20 | extra-source-files: configure configure.hs README INSTALL CHANGES |
21 | extra-tmp-files: hmatrix.buildinfo | 21 | extra-tmp-files: hmatrix.buildinfo |
22 | 22 | ||
23 | extra-source-files: examples/tests.hs | 23 | extra-source-files: examples/tests.hs |
@@ -140,7 +140,7 @@ library | |||
140 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | 140 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
141 | lib/Numeric/GSL/gsl-aux.c | 141 | lib/Numeric/GSL/gsl-aux.c |
142 | 142 | ||
143 | ghc-prof-options: -auto-all | 143 | -- ghc-prof-options: -auto-all |
144 | 144 | ||
145 | ghc-options: -Wall -fno-warn-missing-signatures | 145 | ghc-options: -Wall -fno-warn-missing-signatures |
146 | -fno-warn-orphans | 146 | -fno-warn-orphans |