From 69b0f9c46f09dc9fc5c25e706efb8a7da51d2480 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 14 Mar 2012 12:27:09 +0100 Subject: new module Numeric.LinearAlgebra.Real --- hmatrix.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hmatrix.cabal') 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 examples/devel/ej1/functions.c examples/devel/ej2/wrappers.hs examples/devel/ej2/functions.c - examples/Real.hs examples/vector.hs examples/monadic.hs examples/bool.hs @@ -87,7 +86,7 @@ library Build-Depends: base >= 4 && < 5, array, storable-complex, - process, + process, random, vector >= 0.8, binary @@ -111,6 +110,7 @@ library Numeric.LinearAlgebra, Numeric.LinearAlgebra.LAPACK, Numeric.LinearAlgebra.Algorithms, + Numeric.LinearAlgebra.Real, Graphics.Plot, Data.Packed.ST, Data.Packed.Development -- cgit v1.2.3