From 3d327e510e441d58bfc4d5109eb9501d49f2f1c0 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 20 Jun 2014 12:41:54 +0200 Subject: upper bound and readme --- packages/gsl/hmatrix-gsl.cabal | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) (limited to 'packages/gsl') diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index e2f02e9..ce57619 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal @@ -7,9 +7,8 @@ Maintainer: Alberto Ruiz Stability: provisional Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Numerical computation -Description: Purely functional interface to basic linear algebra - and other numerical computations, internally implemented using - GSL, BLAS and LAPACK. +Description: Purely functional interface to selected numerical computations, + internally implemented using GSL. Category: Math tested-with: GHC ==7.8 @@ -20,33 +19,9 @@ build-type: Simple extra-source-files: src/Numeric/GSL/gsl-ode.c -flag dd - description: svd = zgesdd - default: True - -flag mkl - description: Link with Intel's MKL optimized libraries. - default: False - -flag unsafe - description: Compile the library with bound checking disabled. - default: False - -flag finit - description: Force FPU initialization in foreing calls - default: False - -flag debugfpu - description: Check FPU stack - default: False - -flag debugnan - description: Check NaN - default: False - library - Build-Depends: base, hmatrix>=0.16, array, vector, + Build-Depends: base<5, hmatrix>=0.16, array, vector, process, random -- cgit v1.2.3