diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-03 17:53:51 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-03 17:53:51 +0000 |
commit | 3f5bf5985d3da0e4d01cd9c126cb781cb6fc28ef (patch) | |
tree | f4ff2376e550668e19912b96e3ad88979a52cfb3 /hmatrix.cabal | |
parent | ab5a2c1c8b4ecd7f8d9d9823d9976410aa94bb18 (diff) |
updated examples, removed Util module
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 49d7b05..0fb772f 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -33,9 +33,7 @@ extra-source-files: examples/tests.hs | |||
33 | examples/kalman.hs | 33 | examples/kalman.hs |
34 | examples/parallel.hs | 34 | examples/parallel.hs |
35 | examples/plot.hs | 35 | examples/plot.hs |
36 | examples/latexmat.hs | ||
37 | examples/inplace.hs | 36 | examples/inplace.hs |
38 | examples/benchmarks.hs | ||
39 | examples/error.hs | 37 | examples/error.hs |
40 | examples/devel/wrappers.hs | 38 | examples/devel/wrappers.hs |
41 | examples/devel/functions.c | 39 | examples/devel/functions.c |
@@ -128,8 +126,7 @@ library | |||
128 | Data.Packed.Convert, | 126 | Data.Packed.Convert, |
129 | Data.Packed.ST, | 127 | Data.Packed.ST, |
130 | Data.Packed.Development, | 128 | Data.Packed.Development, |
131 | Data.Packed.Random, | 129 | Data.Packed.Random |
132 | Numeric.LinearAlgebra.Util | ||
133 | other-modules: Data.Packed.Internal, | 130 | other-modules: Data.Packed.Internal, |
134 | Data.Packed.Internal.Common, | 131 | Data.Packed.Internal.Common, |
135 | Data.Packed.Internal.Signatures, | 132 | Data.Packed.Internal.Signatures, |