From e07c3dee7235496b71a89233106d93f6cc94ada1 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Wed, 21 May 2014 09:57:03 +0200 Subject: Numeric.Container and Numeric.LinearAlgebra moved to base --- packages/hmatrix/hmatrix.cabal | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'packages/hmatrix/hmatrix.cabal') diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index a61c64f..83a2188 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal @@ -1,5 +1,5 @@ -Name: hmatrix -Version: 0.16.0.1 +Name: hmatrix-gsl +Version: 0.16.0.0 License: GPL License-file: LICENSE Author: Alberto Ruiz @@ -73,7 +73,7 @@ flag debugnan library - Build-Depends: base, hmatrix-base, array, vector, + Build-Depends: base, hmatrix, array, vector, process, random @@ -90,13 +90,12 @@ library Numeric.GSL.Fitting, Numeric.GSL.ODE, Numeric.GSL, - Numeric.LinearAlgebra, - Numeric.Container, + Numeric.GSL.LinearAlgebra, Graphics.Plot other-modules: Numeric.GSL.Internal, - Numeric.GSL.LinearAlgebra, - Numeric.LinearAlgebra.IO, - Numeric.LinearAlgebra.Random + Numeric.GSL.Vector, + Numeric.GSL.IO, + Numeric.GSL.Random C-sources: src/Numeric/GSL/gsl-aux.c -- cgit v1.2.3