From aa8debb5ab389de7bc5b47c5ae5f038349b6efc1 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 11 May 2010 09:07:52 +0000 Subject: simplify modules --- hmatrix.cabal | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'hmatrix.cabal') diff --git a/hmatrix.cabal b/hmatrix.cabal index 892b846..e684acc 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.9.2.0 +Version: 0.9.3.0 License: GPL License-file: LICENSE Author: Alberto Ruiz @@ -10,6 +10,8 @@ Synopsis: Linear algebra and numerical computation Description: Purely functional interface to basic linear algebra and other numerical computations, internally implemented using GSL, BLAS and LAPACK. + . + See also hmatrix-special and hmatrix-glpk. Category: Math tested-with: GHC ==6.10.4, GHC ==6.12.1 @@ -89,8 +91,6 @@ library Numeric.GSL, Numeric.LinearAlgebra, Numeric.LinearAlgebra.LAPACK, - Numeric.LinearAlgebra.Linear, - Numeric.LinearAlgebra.Instances, Numeric.LinearAlgebra.Interface, Numeric.LinearAlgebra.Algorithms, Graphics.Plot, @@ -103,6 +103,8 @@ library Data.Packed.Internal.Signatures, Data.Packed.Internal.Vector, Data.Packed.Internal.Matrix, + Numeric.LinearAlgebra.Linear, + Numeric.LinearAlgebra.Instances, Numeric.GSL.Internal C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, @@ -141,6 +143,9 @@ library extra-libraries: gsl frameworks: Accelerate + if os(windows) + extra-libraries: gsl-0 blas lapack + -- The extra-libraries required for GSL and LAPACK -- should now be automatically detected by configure(.hs) -- cgit v1.2.3