diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-09-23 12:41:35 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-09-23 12:41:35 +0000 |
commit | f50304b47f99ce0280d7ab7daf28ffe6b0d0b853 (patch) | |
tree | 020b9b66e4bc93e0928a7b3077a38db9fa7be189 /hmatrix.cabal | |
parent | 3cfce69bf3cb7d7f7976abb454b64f6fa3a32c97 (diff) |
ContainerBoot
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index ae03b0f..fb5ed05 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -93,31 +93,28 @@ library | |||
93 | Numeric.GSL.Root, | 93 | Numeric.GSL.Root, |
94 | Numeric.GSL.Fitting, | 94 | Numeric.GSL.Fitting, |
95 | Numeric.GSL.ODE, | 95 | Numeric.GSL.ODE, |
96 | Numeric.GSL.Vector, | ||
97 | Numeric.GSL, | 96 | Numeric.GSL, |
98 | Numeric.Vector, | ||
99 | Numeric.Matrix, | ||
100 | Numeric.Container, | 97 | Numeric.Container, |
101 | Numeric.LinearAlgebra, | 98 | Numeric.LinearAlgebra, |
102 | Numeric.LinearAlgebra.LAPACK, | 99 | Numeric.LinearAlgebra.LAPACK, |
103 | --Numeric.LinearAlgebra.Interface, | ||
104 | --Numeric.LinearAlgebra.Linear, | ||
105 | Numeric.LinearAlgebra.Algorithms, | 100 | Numeric.LinearAlgebra.Algorithms, |
106 | Graphics.Plot, | 101 | Graphics.Plot, |
107 | -- Data.Packed.Convert, | ||
108 | Data.Packed.ST, | 102 | Data.Packed.ST, |
109 | Data.Packed.Development, | 103 | Data.Packed.Development |
110 | Data.Packed.Random | ||
111 | other-modules: Data.Packed.Internal, | 104 | other-modules: Data.Packed.Internal, |
112 | Data.Packed.Internal.Common, | 105 | Data.Packed.Internal.Common, |
113 | Data.Packed.Internal.Signatures, | 106 | Data.Packed.Internal.Signatures, |
114 | Data.Packed.Internal.Vector, | 107 | Data.Packed.Internal.Vector, |
115 | Data.Packed.Internal.Matrix, | 108 | Data.Packed.Internal.Matrix, |
109 | Data.Packed.Random, | ||
116 | Numeric.GSL.Internal, | 110 | Numeric.GSL.Internal, |
117 | Numeric.Conversion | 111 | Numeric.GSL.Vector, |
118 | Numeric.MatrixBoot | 112 | Numeric.Conversion, |
119 | Numeric.IO | 113 | Numeric.ContainerBoot, |
120 | Numeric.Chain | 114 | Numeric.IO, |
115 | Numeric.Chain, | ||
116 | Numeric.Vector, | ||
117 | Numeric.Matrix | ||
121 | 118 | ||
122 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, | 119 | C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, |
123 | lib/Numeric/GSL/gsl-aux.c | 120 | lib/Numeric/GSL/gsl-aux.c |