summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-03-14 12:27:09 +0100
committerAlberto Ruiz <aruiz@um.es>2012-03-14 12:27:09 +0100
commit69b0f9c46f09dc9fc5c25e706efb8a7da51d2480 (patch)
tree84bfa82d634605e7ce6f2c297257301ebb51d474 /hmatrix.cabal
parent819b1d83ec3eabc62974b19cb09f2f30fc20a6a9 (diff)
new module Numeric.LinearAlgebra.Real
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 049d4d5..a772746 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -49,7 +49,6 @@ extra-source-files: examples/deriv.hs
49 examples/devel/ej1/functions.c 49 examples/devel/ej1/functions.c
50 examples/devel/ej2/wrappers.hs 50 examples/devel/ej2/wrappers.hs
51 examples/devel/ej2/functions.c 51 examples/devel/ej2/functions.c
52 examples/Real.hs
53 examples/vector.hs 52 examples/vector.hs
54 examples/monadic.hs 53 examples/monadic.hs
55 examples/bool.hs 54 examples/bool.hs
@@ -87,7 +86,7 @@ library
87 Build-Depends: base >= 4 && < 5, 86 Build-Depends: base >= 4 && < 5,
88 array, 87 array,
89 storable-complex, 88 storable-complex,
90 process, 89 process, random,
91 vector >= 0.8, 90 vector >= 0.8,
92 binary 91 binary
93 92
@@ -111,6 +110,7 @@ library
111 Numeric.LinearAlgebra, 110 Numeric.LinearAlgebra,
112 Numeric.LinearAlgebra.LAPACK, 111 Numeric.LinearAlgebra.LAPACK,
113 Numeric.LinearAlgebra.Algorithms, 112 Numeric.LinearAlgebra.Algorithms,
113 Numeric.LinearAlgebra.Real,
114 Graphics.Plot, 114 Graphics.Plot,
115 Data.Packed.ST, 115 Data.Packed.ST,
116 Data.Packed.Development 116 Data.Packed.Development