summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
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