summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-11-13 11:00:34 +0000
committerAlberto Ruiz <aruiz@um.es>2009-11-13 11:00:34 +0000
commitd404bcf2859f6b4f94d34dec205895019ed564e8 (patch)
tree0866db6fd6220c741062d93daa75705d7a8204d3 /hmatrix.cabal
parente8939f7f7f9654bcf0ab9a0cd3720279117e2e29 (diff)
explicit export lists in internal modules
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