summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-11-10 15:36:51 +0000
committerAlberto Ruiz <aruiz@um.es>2009-11-10 15:36:51 +0000
commite8939f7f7f9654bcf0ab9a0cd3720279117e2e29 (patch)
tree796671c2bc92e8f0af9db5a10b1583d5623981a3 /hmatrix.cabal
parent8147f7fee65a9a8f27bbf12e79b616954fce948f (diff)
rankSVD, nullspaceSVD
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
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
17build-type: Custom 17build-type: Custom
18extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h 18extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h
19 19
20extra-source-files: configure configure.hs README INSTALL 20extra-source-files: configure configure.hs README INSTALL CHANGES
21extra-tmp-files: hmatrix.buildinfo 21extra-tmp-files: hmatrix.buildinfo
22 22
23extra-source-files: examples/tests.hs 23extra-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