summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 4c87665..4cd4402 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -131,6 +131,7 @@ library
131 Data.Packed.Development 131 Data.Packed.Development
132 other-modules: Data.Packed.Internal, 132 other-modules: Data.Packed.Internal,
133 Data.Packed.Internal.Common, 133 Data.Packed.Internal.Common,
134 Data.Packed.Internal.Signatures,
134 Data.Packed.Internal.Vector, 135 Data.Packed.Internal.Vector,
135 Data.Packed.Internal.Matrix, 136 Data.Packed.Internal.Matrix,
136 Numeric.GSL.Internal, 137 Numeric.GSL.Internal,
@@ -140,7 +141,7 @@ library
140 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 141 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
141 lib/Numeric/GSL/gsl-aux.c 142 lib/Numeric/GSL/gsl-aux.c
142 143
143-- ghc-prof-options: -auto-all 144 ghc-prof-options: -auto
144 145
145 ghc-options: -Wall -fno-warn-missing-signatures 146 ghc-options: -Wall -fno-warn-missing-signatures
146 -fno-warn-orphans 147 -fno-warn-orphans