summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-11-30 19:55:34 +0000
committerAlberto Ruiz <aruiz@um.es>2007-11-30 19:55:34 +0000
commitd7d3b731c037fca41bd9128c3da2a582189cb4d9 (patch)
treef1bf8f1fa538033ff184d6cc556e808bfaaa71a9 /hmatrix.cabal
parent975d3730a923387f9d1a0be4f7d11b01b27a09df (diff)
hide internal modules
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 9ee2ca9..1cd5db7 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.1.0.0 2Version: 0.1.0.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -37,11 +37,7 @@ library
37 Extensions: ForeignFunctionInterface 37 Extensions: ForeignFunctionInterface
38 38
39 hs-source-dirs: lib 39 hs-source-dirs: lib
40 Exposed-modules: Data.Packed.Internal, 40 Exposed-modules: Data.Packed,
41 Data.Packed.Internal.Common,
42 Data.Packed.Internal.Vector
43 Data.Packed.Internal.Matrix,
44 Data.Packed,
45 Data.Packed.Vector, 41 Data.Packed.Vector,
46 Data.Packed.Matrix, 42 Data.Packed.Matrix,
47 Numeric.GSL.Vector, 43 Numeric.GSL.Vector,
@@ -87,6 +83,10 @@ library
87 Numeric.LinearAlgebra.Interface, 83 Numeric.LinearAlgebra.Interface,
88 Numeric.LinearAlgebra.Algorithms, 84 Numeric.LinearAlgebra.Algorithms,
89 Graphics.Plot 85 Graphics.Plot
86 other-modules: Data.Packed.Internal,
87 Data.Packed.Internal.Common,
88 Data.Packed.Internal.Vector,
89 Data.Packed.Internal.Matrix
90 C-sources: lib/Data/Packed/Internal/auxi.c, 90 C-sources: lib/Data/Packed/Internal/auxi.c,
91 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 91 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
92 lib/Numeric/GSL/gsl-aux.c 92 lib/Numeric/GSL/gsl-aux.c