From 551cf7498c33bc0948bb4cb8444ae6f8af7278ea Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 8 May 2014 13:43:07 +0200 Subject: separation ok --- packages/base/hmatrix-base.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/base/hmatrix-base.cabal') diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal index 0413d4a..bd356df 100644 --- a/packages/base/hmatrix-base.cabal +++ b/packages/base/hmatrix-base.cabal @@ -7,7 +7,8 @@ Maintainer: Alberto Ruiz Stability: provisional Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Numeric Linear Algebra -Description: Numeric Linear Algebra +Description: Basic support for dense linear algebra + internally implemented using BLAS and LAPACK. Category: Math tested-with: GHC==7.8 @@ -35,7 +36,7 @@ library Data.Packed.ST, Data.Packed.Development, Numeric.Conversion - Numeric.LAPACK + Numeric.LinearAlgebra.LAPACK other-modules: Data.Packed.Internal, Data.Packed.Internal.Common, @@ -52,7 +53,6 @@ library ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-orphans --- -fno-warn-unused-binds cc-options: -O4 -msse2 -Wall -- cgit v1.2.3